1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

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 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: