Skip to content

Commit 9d6db1f

Browse files
committed
Fix check for label
1 parent cd52a43 commit 9d6db1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
-DCMAKE_CXX_COMPILER=clang-cl -DOFFLOADTEST_USE_CLANG_TIDY=On
4747

4848
Exec-Tests-Extra:
49-
if: ${{ github.event.label.name == 'test-all' }}
49+
if: contains( github.event.pull_request.labels, 'test-all')
5050
strategy:
5151
fail-fast: false
5252
matrix:

0 commit comments

Comments
 (0)