We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eef6dd commit 9c003e0Copy full SHA for 9c003e0
.github/workflows/ur-precommit.yml
@@ -51,6 +51,7 @@ jobs:
51
needs: [detect_changes, source_checks]
52
if: ${{ always() && !cancelled() && contains(needs.detect_changes.outputs.filters, 'ur') }}
53
strategy:
54
+ fail-fast: false
55
matrix:
56
# Extra native CPU jobs are here to force the loader to be used.
57
# UR will not use the loader if there is only one target.
0 commit comments