mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02: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:
parent
d9a4a56dcf
commit
18d838e889
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update-other.yml
vendored
1
.github/workflows/update-other.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue