We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e87445 commit 9bd028dCopy full SHA for 9bd028d
.github/workflows/_release.yml
@@ -394,9 +394,10 @@ jobs:
394
runs-on: ubuntu-latest
395
permissions:
396
contents: read
397
+ if: false # temporarily skip
398
strategy:
399
matrix:
- partner: []
400
+ partner: [openai, anthropic]
401
fail-fast: false # Continue testing other partners if one fails
402
env:
403
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
@@ -477,7 +478,7 @@ jobs:
477
478
- release-notes
479
- test-pypi-publish
480
- pre-release-checks
- - test-prior-published-packages-against-new-core
481
+ # - test-prior-published-packages-against-new-core
482
483
484
# This permission is used for trusted publishing:
0 commit comments