Skip to content

Commit e39e8e4

Browse files
authored
Merge pull request #270 from yahonda/set-continue-on-error-false
Set continue-on-error: false for ruby_head and truffleruby workflows
2 parents 556cd30 + 6c8623c commit e39e8e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ruby_head.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99

1010
runs-on: ubuntu-latest
11-
continue-on-error: true
11+
continue-on-error: false
1212
strategy:
1313
matrix:
1414
ruby: [

.github/workflows/truffleruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99

1010
runs-on: ubuntu-latest
11-
continue-on-error: true
11+
continue-on-error: false
1212
strategy:
1313
matrix:
1414
ruby: [

0 commit comments

Comments
 (0)