1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-02 23:21:02 +01: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:
Austin Horstman 2025-11-26 11:58:32 -06:00
parent ee7f4646da
commit cc0425becf

View file

@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.event_name != 'schedule' || github.repository_owner == 'nix-community' if: github.event_name != 'schedule' || github.repository_owner == 'nix-community'
strategy: strategy:
fail-fast: false
matrix: matrix:
branch: [master, release-25.11] branch: [master, release-25.11]
steps: steps: