We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb0bcb commit 2813313Copy full SHA for 2813313
.github/workflows/sycl-nightly.yml
@@ -253,7 +253,7 @@ jobs:
253
binaries_artifact: sycl_cts_bin_win_with_new_offload_model
254
255
run-with-new-offload-sycl-cts-win:
256
- needs: [build-win, build-with-new-offload-sycl-cts-win]
+ needs: [build-win, build-with-new-offload-model-sycl-cts-win]
257
if: ${{ !cancelled() && needs.build-win.outputs.build_conclusion == 'success' }}
258
strategy:
259
fail-fast: false
0 commit comments