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 507679a commit 3543603Copy full SHA for 3543603
.github/workflows/sycl-rel-nightly.yml
@@ -230,7 +230,7 @@ jobs:
230
&& !cancelled()
231
&& needs.ubuntu2204_build.outputs.build_conclusion == 'success'
232
&& needs.build-win.outputs.build_conclusion == 'success'
233
- uses: ./.github/workflows/hardening-check.yml
+ uses: ./.github/workflows/sycl-hardening-check.yml
234
with:
235
sycl_linux_artifact: sycl_linux_release
236
sycl_linux_archive: ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
0 commit comments