Skip to content

Commit

Permalink
Allow individual variant builds to fail without cancelling others (#1955
Browse files Browse the repository at this point in the history
)

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.
  • Loading branch information
ayoy authored Dec 11, 2023
1 parent f530310 commit 13a5a90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create_variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13a5a90

Please sign in to comment.