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 b644b5a commit 06333c5Copy full SHA for 06333c5
.github/workflows/ci.yml
@@ -47,6 +47,7 @@ jobs:
47
needs: build
48
runs-on: ubuntu-latest
49
strategy:
50
+ fail-fast: false
51
matrix:
52
repository: ${{ fromJson(needs.build.outputs.submodule-matrix) }}
53
steps:
0 commit comments