Skip to content

Commit

Permalink
CI: Don't cancel other jobs if one of them fails
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Dec 1, 2023
1 parent 1d8f692 commit 3c7dd65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
ruby: [2.7, '3.0', 3.1, 3.2, ruby-head, jruby-9.4]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
ruby: [ruby-head, jruby-head]

Expand Down

0 comments on commit 3c7dd65

Please sign in to comment.