We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0c89d commit fccf0efCopy full SHA for fccf0ef
.github/workflows/create-release.yml
@@ -920,6 +920,7 @@ jobs:
920
runs-on: ubuntu-22.04
921
if: ${{ !cancelled() && !failure() && needs.diff.result != 'skipped' }}
922
strategy:
923
+ fail-fast: false
924
matrix:
925
stacks: ${{ fromJSON(needs.preparation.outputs.stacks) }}
926
arch: ${{ fromJSON(needs.preparation.outputs.architectures) }}
0 commit comments