mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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
|
runs-on: ubuntu-24.04-arm
|
||||||
needs: prepare
|
needs: prepare
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
branch: ${{ fromJSON(needs.prepare.outputs.branches) }}
|
branch: ${{ fromJSON(needs.prepare.outputs.branches) }}
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue