Skip to content

Commit

Permalink
Add fail-fast: false in github/workflows/actions.yml
Browse files Browse the repository at this point in the history
Without this a failure of the `ubuntu-latest bazel` job cancels the `ubuntu-latest cmake` job or vice versa, which is totally not useful.

PiperOrigin-RevId: 656737649
  • Loading branch information
Ralf W. Grosse-Kunstleve authored and copybara-github committed Jul 27, 2024
1 parent 2c49cb5 commit 8a8bf62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:

unix:
strategy:
fail-fast: false
matrix:
runs-on: [ubuntu-latest]
build_tool: [bazel, cmake]
Expand Down

0 comments on commit 8a8bf62

Please sign in to comment.