You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set continue-on-error: false for CI workflows in this PR
Flip continue-on-error from true to false on the test, test_11g,
test_11g_ojdbc11, and jruby_head 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>
0 commit comments