Skip to content

Commit a62e54e

Browse files
Update .github/workflows/accuracy-tests.yml
Co-authored-by: Copilot <[email protected]>
1 parent 853bd3f commit a62e54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/accuracy-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
permissions:
1717
contents: read
1818
pull-requests: write
19-
if: github.event_name != 'pull_request' || github.event.label.name == 'accuracy-tests'
19+
if: github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'accuracy-tests')
2020
env:
2121
MDB_OPEN_AI_API_KEY: ${{ secrets.ACCURACY_OPEN_AI_API_KEY }}
2222
MDB_GEMINI_API_KEY: ${{ secrets.ACCURACY_GEMINI_API_KEY }}

0 commit comments

Comments
 (0)