From 1442e02f5f6e4052456d80ac4c504130fa181e16 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 4 Apr 2023 18:52:52 +0200 Subject: [PATCH] chore: Allow seed-cachix job to keep running when part of the matrix fail --- .github/workflows/cachix.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cachix.yaml b/.github/workflows/cachix.yaml index d06d22fdd..cc51bf389 100644 --- a/.github/workflows/cachix.yaml +++ b/.github/workflows/cachix.yaml @@ -18,6 +18,7 @@ on: jobs: Seed-Cachix: strategy: + fail-fast: false matrix: include: - os: Linux