We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978a9ef commit d7cf60dCopy full SHA for d7cf60d
1 file changed
.github/workflows/build-native.yml
@@ -80,6 +80,7 @@ jobs:
80
needs: [check, matrix]
81
strategy:
82
matrix: ${{fromJson(needs.matrix.outputs.matrix)}}
83
+ fail-fast: false
84
steps:
85
- uses: actions/checkout@v5
86
with:
0 commit comments