Skip to content

Commit 8f59fcd

Browse files
committed
Update
[ghstack-poisoned]
1 parent ec8b1cd commit 8f59fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-linux-llm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ permissions:
2121

2222
jobs:
2323
unittests:
24-
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'llm/') }}
24+
if: ${{ github.event_name == 'push' || contains(join(github.event.pull_request.labels.*.name, ', '), 'llm/') }}
2525
strategy:
2626
matrix:
2727
python_version: ["3.9"]

0 commit comments

Comments
 (0)