We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa86e7 commit 98739c6Copy full SHA for 98739c6
.github/workflows/pr_checks.yaml
@@ -275,7 +275,7 @@ jobs:
275
cd core
276
npm test
277
env:
278
- IGNORE_API_KEY_TESTS: ${{ github.event.pull_request.head.repo.fork == true && github.actor == 'dependabot[bot]' }}
+ IGNORE_API_KEY_TESTS: ${{ github.event.pull_request.head.repo.fork == true || github.actor == 'dependabot[bot]' }}
279
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
280
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
281
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
0 commit comments