Skip to content

Commit 8033fa8

Browse files
committed
Don't fail-fast in platform-build.yml
Let other builds continue if one fails; this makes it easier to fix a particular build and re-run just that, instead of having to figure out the incomplete parts of a build ran and re-dispatching only those.
1 parent d3ec483 commit 8033fa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/platform-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
if: ${{ needs.formulae-list.outputs.formulae != '[]' && needs.formulae-list.outputs.formulae != '' }}
8888
runs-on: ${{ endsWith(inputs.stack, '-arm64') && 'pub-hk-ubuntu-24.04-arm-xlarge' || 'pub-hk-ubuntu-24.04-xlarge' }}
8989
strategy:
90+
fail-fast: false
9091
max-parallel: ${{ fromJSON(inputs.concurrency) }}
9192
matrix:
9293
formula: ${{ fromJSON(needs.formulae-list.outputs.formulae) }}

0 commit comments

Comments
 (0)