ci/update-other: disable fail-fast matrix strategy
Some checks failed
Build and deploy documentation / deploy (push) Has been cancelled
Publish every Git push to main to FlakeHub / flakehub-publish (push) Has been cancelled
Publish every git push to Flakestry / publish-flake (push) Has been cancelled

This means all updates will be attempted, even if one fails;
E.g. the branch doesn't exist yet.
This commit is contained in:
Matt Sturgeon 2025-06-11 23:43:44 +01:00
parent d9a4a56dcf
commit 18d838e889

View file

@ -35,6 +35,7 @@ jobs:
runs-on: ubuntu-24.04-arm
needs: prepare
strategy:
fail-fast: false
matrix:
branch: ${{ fromJSON(needs.prepare.outputs.branches) }}
steps: