From e81252c087b599c9b57ae84bbda235acc468ecd3 Mon Sep 17 00:00:00 2001 From: klarkc Date: Sun, 12 May 2024 15:24:05 -0300 Subject: [PATCH] ci: disable update fail fast --- .github/workflows/update-flake-lock-inputs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-flake-lock-inputs.yml b/.github/workflows/update-flake-lock-inputs.yml index 56c4864..7f67c82 100644 --- a/.github/workflows/update-flake-lock-inputs.yml +++ b/.github/workflows/update-flake-lock-inputs.yml @@ -12,6 +12,7 @@ jobs: lockfile: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: template: ${{ fromJson(github.event.inputs.templates) }} input: ${{ fromJson(github.event.inputs.flake_inputs) }}