Skip to content

Commit

Permalink
[CI] Fix Nightly Windows E2E testing (#15095)
Browse files Browse the repository at this point in the history
This typo caused the job to always get skipped.

Confirmed this fixes it
[here](https://github.com/intel/llvm/actions/runs/10405372513/job/28818960269)
compared to
[before](https://github.com/intel/llvm/actions/runs/10398087484/job/28796039560).

Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
  • Loading branch information
sarnex authored Aug 15, 2024
1 parent 390a472 commit 8304fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sycl-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
if: |
always()
&& !cancelled()
&& needs.build.outputs.build_conclusion == 'success'
&& needs.build-win.outputs.build_conclusion == 'success'
uses: ./.github/workflows/sycl-windows-run-tests.yml
with:
name: Intel GEN12 Graphics with Level Zero
Expand Down

0 comments on commit 8304fd4

Please sign in to comment.