Skip to content

Commit 9bd028d

Browse files
fix: disable int tests on release temporarily (#34685)
1 parent 2e87445 commit 9bd028d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/_release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,9 +394,10 @@ jobs:
394394
runs-on: ubuntu-latest
395395
permissions:
396396
contents: read
397+
if: false # temporarily skip
397398
strategy:
398399
matrix:
399-
partner: []
400+
partner: [openai, anthropic]
400401
fail-fast: false # Continue testing other partners if one fails
401402
env:
402403
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
@@ -477,7 +478,7 @@ jobs:
477478
- release-notes
478479
- test-pypi-publish
479480
- pre-release-checks
480-
- test-prior-published-packages-against-new-core
481+
# - test-prior-published-packages-against-new-core
481482
runs-on: ubuntu-latest
482483
permissions:
483484
# This permission is used for trusted publishing:

0 commit comments

Comments
 (0)