We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe97b9 commit ace0ac5Copy full SHA for ace0ac5
.github/workflows/sycl_precommit.yml
@@ -69,7 +69,7 @@ jobs:
69
70
windows_default:
71
name: Windows
72
- needs: test_matrix
+ needs: [lint, test_matrix]
73
if: github.repository == 'intel/llvm'
74
uses: ./.github/workflows/sycl_windows_build_and_test.yml
75
with:
0 commit comments