diff --git a/.github/workflows/sycl-linux-run-tests.yml b/.github/workflows/sycl-linux-run-tests.yml index 9d3392707bda6..82e4493222ec3 100644 --- a/.github/workflows/sycl-linux-run-tests.yml +++ b/.github/workflows/sycl-linux-run-tests.yml @@ -297,7 +297,7 @@ jobs: fi exit $exit_code - name: List excluded SYCL CTS categories - if: inputs.tests_selector == 'cts' + if: inputs.tests_selector == 'cts' && env.CTS_TESTS_TO_BUILD == '' run: | cat $PWD/devops/cts_exclude_filter - name: Build SYCL CTS tests