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.
1 parent 853bd3f commit a62e54eCopy full SHA for a62e54e
.github/workflows/accuracy-tests.yml
@@ -16,7 +16,7 @@ jobs:
16
permissions:
17
contents: read
18
pull-requests: write
19
- if: 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')
20
env:
21
MDB_OPEN_AI_API_KEY: ${{ secrets.ACCURACY_OPEN_AI_API_KEY }}
22
MDB_GEMINI_API_KEY: ${{ secrets.ACCURACY_GEMINI_API_KEY }}
0 commit comments