From 13a5a901f23a2c2e98ae5041eacc0ce4d396a176 Mon Sep 17 00:00:00 2001 From: Dominik Kapusta Date: Mon, 11 Dec 2023 23:05:43 +0100 Subject: [PATCH] Allow individual variant builds to fail without cancelling others (#1955) Task/Issue URL: https://app.asana.com/0/1203301625297703/1206145260961053/f Description: Disable fail-fast flag for the variants matrix so that a single failed job won't cause others to get cancelled. --- .github/workflows/create_variants.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create_variants.yml b/.github/workflows/create_variants.yml index 700bf6b2b4..ac303b8937 100644 --- a/.github/workflows/create_variants.yml +++ b/.github/workflows/create_variants.yml @@ -34,6 +34,7 @@ jobs: needs: set-up-variants strategy: + fail-fast: false matrix: ${{ fromJSON(needs.set-up-variants.outputs.atb-variants) }} runs-on: macos-12