File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
needs : ruby-versions
20
20
runs-on : ${{ matrix.os }}
21
21
name : Test Ruby ${{ matrix.ruby }} / ${{ matrix.os }}
22
- continue-on-error : ${{ startsWith(matrix.ruby, 'jruby- ') }}
22
+ continue-on-error : ${{ startsWith(matrix.ruby, 'jruby') }}
23
23
strategy :
24
24
fail-fast : false
25
25
matrix :
56
56
sigstore-conformance :
57
57
needs : ruby-versions
58
58
runs-on : ${{ matrix.os }}
59
- continue-on-error : ${{ startsWith(matrix.ruby, 'jruby- ') }}
59
+ continue-on-error : ${{ startsWith(matrix.ruby, 'jruby') }}
60
60
name : Sigstore Ruby ${{ matrix.ruby }} / ${{ matrix.os }}
61
61
strategy :
62
62
fail-fast : false
@@ -107,7 +107,7 @@ jobs:
107
107
needs : ruby-versions
108
108
runs-on : ${{ matrix.os }}
109
109
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' }} "
111
111
strategy :
112
112
fail-fast : false
113
113
matrix :
You can’t perform that action at this time.
0 commit comments