Skip to content

Commit

Permalink
list excluded only if CTS_TESTS_TO_BUILD not specified
Browse files Browse the repository at this point in the history
  • Loading branch information
KornevNikita committed Apr 30, 2024
1 parent 8f449c4 commit 7f88827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sycl-linux-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f88827

Please sign in to comment.