Skip to content

Commit 3543603

Browse files
authored
[CI] Fix the workflow name (#17994)
The workflow was renamed.
1 parent 507679a commit 3543603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl-rel-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
&& !cancelled()
231231
&& needs.ubuntu2204_build.outputs.build_conclusion == 'success'
232232
&& needs.build-win.outputs.build_conclusion == 'success'
233-
uses: ./.github/workflows/hardening-check.yml
233+
uses: ./.github/workflows/sycl-hardening-check.yml
234234
with:
235235
sycl_linux_artifact: sycl_linux_release
236236
sycl_linux_archive: ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}

0 commit comments

Comments
 (0)