From 825f70019858f58e84697a4c424a4fe8e5c2fa59 Mon Sep 17 00:00:00 2001 From: gabrielmer <101006718+gabrielmer@users.noreply.github.com> Date: Fri, 7 Jun 2024 16:06:11 +0200 Subject: [PATCH] chore: setting fail-fast to false in matrixed github actions (#2787) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14f715a7e..770d4824f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,6 +52,7 @@ jobs: needs: changes if: ${{ needs.changes.outputs.v2 == 'true' || needs.changes.outputs.common == 'true' }} strategy: + fail-fast: false matrix: rln_version: [1, 2] os: [ubuntu-latest, macos-13] @@ -83,6 +84,7 @@ jobs: needs: changes if: ${{ needs.changes.outputs.v2 == 'true' || needs.changes.outputs.common == 'true' }} strategy: + fail-fast: false matrix: rln_version: [1, 2] os: [ubuntu-latest, macos-13]