Skip to content

Commit d55b7c7

Browse files
committed
fix workflow filename
1 parent dc53aba commit d55b7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
if: ${{ !cancelled() && needs.build-win.outputs.build_conclusion == 'success' }}
163163
strategy:
164164
fail-fast: false
165-
uses: ./.github/workflows/sycl-win-run-tests.yml
165+
uses: ./.github/workflows/sycl-windows-run-tests.yml
166166
permissions:
167167
contents: write
168168
packages: read

0 commit comments

Comments
 (0)