chore: dropping openai from release matrix (#34681)

This commit is contained in:
Sydney Runkle
2026-01-09 11:22:49 -05:00
committed by GitHub
parent 384158daec
commit d972d00b3a

View File

@@ -396,7 +396,7 @@ jobs:
contents: read
strategy:
matrix:
partner: [openai, anthropic]
partner: [anthropic]
fail-fast: false # Continue testing other partners if one fails
env:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}