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.
This commit is contained in:
Matt Sturgeon 2025-06-11 23:43:44 +01:00
parent 5ac4ea9089
commit 65742aabf2
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

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: