From cc0425becf8bf0cae95d1ccb28b684f8b8a30d7f Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Wed, 26 Nov 2025 11:58:32 -0600 Subject: [PATCH] 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 --- .github/workflows/update-flake.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml index a4da8f531..0f3421540 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -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: