Skip to content

Commit

Permalink
chore: setting fail-fast to false in matrixed github actions (#2787)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer authored Jun 7, 2024
1 parent 77adfcc commit 005349c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 005349c

Please sign in to comment.