Skip to content

Commit 7864329

Browse files
committed
test
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 0e47323 commit 7864329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl-windows-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
- name: check-llvm
144144
if: always() && !cancelled() && contains(inputs.changes, 'llvm')
145145
run: |
146-
sleep inf
146+
timeout -1
147147
cmake --build build --target check-llvm
148148
- name: check-clang
149149
if: always() && !cancelled() && contains(inputs.changes, 'clang')

0 commit comments

Comments
 (0)