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 and rymnc committed Jun 20, 2024
1 parent 846f9ea commit cb223d7
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:
os: [ubuntu-latest, macos-13]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -82,6 +83,7 @@ jobs:
needs: changes
if: ${{ needs.changes.outputs.v2 == 'true' || needs.changes.outputs.common == 'true' }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit cb223d7

Please sign in to comment.