mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
ci: disable fail fast on flake update
We don't need to block a channels flake update because of a bug in another. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
1
.github/workflows/update-flake.yml
vendored
1
.github/workflows/update-flake.yml
vendored
@@ -9,6 +9,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name != 'schedule' || github.repository_owner == 'nix-community'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
branch: [master, release-25.11]
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user