Skip to content

Commit 29cc3a8

Browse files
authored
[CI] Skip SYCL-CTS job if it's not requested (#9012)
Extend the fix from 3a264b3 to SYCL-CTS.
1 parent 26e4493 commit 29cc3a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sycl_linux_build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ on:
5555
cts_matrix:
5656
type: string
5757
required: false
58-
default: ""
58+
default: "[]"
5959
cts_cmake_extra_args:
6060
type: string
6161
required: false
@@ -232,7 +232,7 @@ jobs:
232232

233233
khronos_sycl_cts:
234234
needs: build
235-
if: ${{ inputs.cts_matrix != '' }}
235+
if: ${{ inputs.cts_matrix != '[]' }}
236236
strategy:
237237
fail-fast: false
238238
matrix:

0 commit comments

Comments
 (0)