Skip to content

Commit e81276e

Browse files
committed
Fix CI expected failures
Signed-off-by: Samuel Giddins <[email protected]>
1 parent bb89186 commit e81276e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
needs: ruby-versions
2020
runs-on: ${{ matrix.os }}
2121
name: Test Ruby ${{ matrix.ruby }} / ${{ matrix.os }}
22-
continue-on-error: ${{ startsWith(matrix.ruby, 'jruby-') }}
22+
continue-on-error: ${{ startsWith(matrix.ruby, 'jruby') }}
2323
strategy:
2424
fail-fast: false
2525
matrix:
@@ -56,7 +56,7 @@ jobs:
5656
sigstore-conformance:
5757
needs: ruby-versions
5858
runs-on: ${{ matrix.os }}
59-
continue-on-error: ${{ startsWith(matrix.ruby, 'jruby-') }}
59+
continue-on-error: ${{ startsWith(matrix.ruby, 'jruby') }}
6060
name: Sigstore Ruby ${{ matrix.ruby }} / ${{ matrix.os }}
6161
strategy:
6262
fail-fast: false
@@ -107,7 +107,7 @@ jobs:
107107
needs: ruby-versions
108108
runs-on: ${{ matrix.os }}
109109
name: TUF Ruby ${{ matrix.ruby }} / ${{ matrix.os }}
110-
continue-on-error: ${{ startsWith(matrix.ruby, 'jruby-') }}
110+
continue-on-error: "${{ startsWith(matrix.ruby, 'jruby') }} || ${{ matrix.ruby == '3.0' }}"
111111
strategy:
112112
fail-fast: false
113113
matrix:

0 commit comments

Comments
 (0)