Skip to content

Commit 7ddaa04

Browse files
[CI] Fix Win E2E post-commit (#11532)
1 parent 8fad042 commit 7ddaa04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl_post_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
if: |
7777
always()
7878
&& !cancelled()
79-
&& needs.build.outputs.build_conclusion == 'success'
79+
&& needs.build-win.outputs.build_conclusion == 'success'
8080
uses: ./.github/workflows/sycl_windows_run_tests.yml
8181
with:
8282
name: Intel GEN12 Graphics with Level Zero

0 commit comments

Comments
 (0)