Skip to content

Commit

Permalink
ci: set fail fast to false in CI workflow (#5252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Narayanbhat166 authored Jul 9, 2024
1 parent 071d534 commit fa83b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
runs-on: ${{ matrix.runner }}

strategy:
fail-fast: true
fail-fast: false
matrix:
runner:
- ubuntu-latest
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
runs-on: ${{ matrix.runner }}

strategy:
fail-fast: true
fail-fast: false
matrix:
runner:
- ubuntu-latest
Expand Down

0 comments on commit fa83b69

Please sign in to comment.