Skip to content

Commit 614553d

Browse files
committed
make CI successful if at least one configuration succeeds
1 parent a79a2e6 commit 614553d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.github/workflows/check-standard.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212

1313
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
1414

15+
continue-on-error: true
16+
1517
strategy:
16-
fail-fast: false
1718
matrix:
1819
config:
1920
- {os: macos-latest, r: 'release'}

0 commit comments

Comments
 (0)