From 9bd028d04af15dcc6709fba45eff6400f07e76e3 Mon Sep 17 00:00:00 2001 From: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com> Date: Fri, 9 Jan 2026 12:42:25 -0500 Subject: [PATCH] fix: disable int tests on release temporarily (#34685) --- .github/workflows/_release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 46ef29ac0d3..fa8bb04838c 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -394,9 +394,10 @@ jobs: runs-on: ubuntu-latest permissions: contents: read + if: false # temporarily skip strategy: matrix: - partner: [] + partner: [openai, anthropic] fail-fast: false # Continue testing other partners if one fails env: ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} @@ -477,7 +478,7 @@ jobs: - release-notes - test-pypi-publish - pre-release-checks - - test-prior-published-packages-against-new-core + # - test-prior-published-packages-against-new-core runs-on: ubuntu-latest permissions: # This permission is used for trusted publishing: