Skip to content

Commit 6f677ef

Browse files
chore: temporarily skip openai integration tests (#34020)
getting around deprecated azure model issues blocking core release
1 parent d47d41c commit 6f677ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ jobs:
396396
contents: read
397397
strategy:
398398
matrix:
399-
partner: [openai, anthropic]
399+
partner: [anthropic]
400400
fail-fast: false # Continue testing other partners if one fails
401401
env:
402402
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}

0 commit comments

Comments
 (0)