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 ec8b1cd commit 8f59fcdCopy full SHA for 8f59fcd
.github/workflows/test-linux-llm.yml
@@ -21,7 +21,7 @@ permissions:
21
22
jobs:
23
unittests:
24
- if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'llm/') }}
+ if: ${{ github.event_name == 'push' || contains(join(github.event.pull_request.labels.*.name, ', '), 'llm/') }}
25
strategy:
26
matrix:
27
python_version: ["3.9"]
0 commit comments