Skip to content

Commit ace0ac5

Browse files
authored
[CI] Skip Windows checks if linter fails (#9050)
Align Windows checks behavior with Linux i.e. don't run build and testing if lint check fails.
1 parent ffe97b9 commit ace0ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl_precommit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
windows_default:
7171
name: Windows
72-
needs: test_matrix
72+
needs: [lint, test_matrix]
7373
if: github.repository == 'intel/llvm'
7474
uses: ./.github/workflows/sycl_windows_build_and_test.yml
7575
with:

0 commit comments

Comments
 (0)