Skip to content

Commit 126161f

Browse files
committed
do not fail fast
1 parent eab34bd commit 126161f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sycl-nightly.yml

+1
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ jobs:
281281
needs: [ubuntu2204_build]
282282
if: ${{ always() && !cancelled() && needs.ubuntu2204_build.outputs.build_conclusion == 'success' }}
283283
strategy:
284+
fail-fast: false
284285
matrix:
285286
runner: ['["PVC_PERF"]', '["BMG_PERF"]']
286287
backend: ['level_zero:gpu', 'level_zero_v2:gpu']

0 commit comments

Comments
 (0)