Skip to content

Commit 6e5ac5a

Browse files
committed
Do not fail fast in platform-sync matrix
We definitely do not want to cancel in-progress syncs for other stacks if one fails for whatever reason, that could leave a bucket/repo in a bad state.
1 parent 40e73ae commit 6e5ac5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/platform-sync.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
sync:
8383
needs: [stack-list, docker-build]
8484
strategy:
85+
fail-fast: false
8586
matrix:
8687
stack: ${{ fromJSON(needs.stack-list.outputs.stacks) }}
8788
runs-on: ${{ endsWith(matrix.stack, '-arm64') && 'pub-hk-ubuntu-24.04-arm-small' || 'ubuntu-24.04' }}

0 commit comments

Comments
 (0)