Commit 6c8623c
Set continue-on-error: false for ruby_head and truffleruby workflows
Flip continue-on-error from true to false on the ruby_head and
truffleruby workflows so that a failed CI job actually fails the
suite. continue-on-error: true makes job results "green even when
red", and in practice failures under that mode tend to be ignored —
defeating the purpose of running the job at all.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 556cd30 commit 6c8623c
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments