We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 680e1e1 + c94c58e commit 152723cCopy full SHA for 152723c
.github/workflows/accuracy-tests.yml
@@ -16,9 +16,7 @@ jobs:
16
permissions:
17
contents: read
18
pull-requests: write
19
- if: |
20
- github.event_name == 'workflow_dispatch' ||
21
- (github.event_name == 'pull_request' && github.event.label.name == 'accuracy-tests')
+ if: github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'accuracy-tests')
22
env:
23
MDB_OPEN_AI_API_KEY: ${{ secrets.ACCURACY_OPEN_AI_API_KEY }}
24
MDB_GEMINI_API_KEY: ${{ secrets.ACCURACY_GEMINI_API_KEY }}
0 commit comments