From 75517c3ea91270e5ca325dea92a5d41ca041631a Mon Sep 17 00:00:00 2001 From: ccurme Date: Tue, 22 Jul 2025 16:38:58 -0300 Subject: [PATCH] chore(infra): drop anthropic from core test matrix (#32185) --- .github/workflows/_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 56cf99cf823..8bec12197b5 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -340,7 +340,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - partner: [openai, anthropic] + partner: [openai] fail-fast: false # Continue testing other partners if one fails env: ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}