Skip to content

Commit 873fab4

Browse files
committed
don't cancel early runs
1 parent f542d35 commit 873fab4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
matrix:
2727
ruby-version: ['3.1', '3.2', '3.3']
2828
rails-version: ['gemfiles/rails_7.0.gemfile', 'gemfiles/rails_7.1.gemfile']
29+
fail-fast: false
2930

3031
env:
3132
BUNDLE_GEMFILE: ${{ matrix.rails-version }}

0 commit comments

Comments
 (0)