Skip to content

Commit 98739c6

Browse files
committed
fix ignore api key tests
1 parent 7aa86e7 commit 98739c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_checks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jobs:
275275
cd core
276276
npm test
277277
env:
278-
IGNORE_API_KEY_TESTS: ${{ github.event.pull_request.head.repo.fork == true && github.actor == 'dependabot[bot]' }}
278+
IGNORE_API_KEY_TESTS: ${{ github.event.pull_request.head.repo.fork == true || github.actor == 'dependabot[bot]' }}
279279
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
280280
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
281281
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}

0 commit comments

Comments
 (0)