Skip to content

Commit 1dd6a46

Browse files
committed
CI: Remove needless continue-on-error
Sicne we moved test on Ruby head to a separated workflow, so we don't need contoinue-on-error anymore. Signed-off-by: Takuro Ashie <ashie@clear-code.com>
1 parent 005a1a8 commit 1dd6a46

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/linux-ruby-head.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ on:
77
jobs:
88
build:
99
runs-on: ${{ matrix.os }}
10-
continue-on-error: ${{ matrix.experimental }}
1110
strategy:
1211
fail-fast: false
1312
matrix:
1413
ruby: [ 'head' ]
1514
postgres: [ '16', '15', '14', '13', '12' ]
1615
os:
1716
- ubuntu-latest
18-
experimental: [true]
1917
services:
2018
postgres:
2119
image: postgres:${{ matrix.postgres }}

.github/workflows/linux.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ on:
88
jobs:
99
build:
1010
runs-on: ${{ matrix.os }}
11-
continue-on-error: ${{ matrix.experimental }}
1211
strategy:
1312
fail-fast: false
1413
matrix:
1514
ruby: [ '3.3', '3.2', '3.1', '3.0', '2.7' ]
1615
postgres: [ '16', '15', '14', '13', '12' ]
1716
os:
1817
- ubuntu-latest
19-
experimental: [false]
2018
services:
2119
postgres:
2220
image: postgres:${{ matrix.postgres }}

0 commit comments

Comments
 (0)