Skip to content

Commit 9c003e0

Browse files
authored
[CI][UR] Make adapter matrix not fast-fail (#19071)
This prevents the entire adapter matrix from failing if one adapter fails.
1 parent 8eef6dd commit 9c003e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ur-precommit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
needs: [detect_changes, source_checks]
5252
if: ${{ always() && !cancelled() && contains(needs.detect_changes.outputs.filters, 'ur') }}
5353
strategy:
54+
fail-fast: false
5455
matrix:
5556
# Extra native CPU jobs are here to force the loader to be used.
5657
# UR will not use the loader if there is only one target.

0 commit comments

Comments
 (0)