Skip to content

Commit a797ef0

Browse files
committed
ignore failed head
1 parent 54980cc commit a797ef0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
test:
3030
name: test (Rails ${{ matrix.rails_version }}, Ruby ${{ matrix.ruby_version }})
3131
runs-on: ubuntu-latest
32+
continue-on-error: ${{ matrix.ruby_version == 'head' }}
3233
strategy:
3334
fail-fast: false
3435
matrix:

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ nav_order: 6
1010

1111
## main
1212

13+
* Allow ruby-head CI job to fail without failing workflow.
14+
15+
*Hakan Ensari*
16+
1317
* Fix bug where error line numbers were incorrect in Rails 8.1.
1418

1519
*Joel Hawksley*

0 commit comments

Comments
 (0)