Skip to content

Commit 18d838e

Browse files
committed
ci/update-other: disable fail-fast matrix strategy
This means all updates will be attempted, even if one fails; E.g. the branch doesn't exist yet.
1 parent d9a4a56 commit 18d838e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-other.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
runs-on: ubuntu-24.04-arm
3636
needs: prepare
3737
strategy:
38+
fail-fast: false
3839
matrix:
3940
branch: ${{ fromJSON(needs.prepare.outputs.branches) }}
4041
steps:

0 commit comments

Comments
 (0)