Skip to content

Commit f7daea4

Browse files
Don't fail-fast on occasional job (#6129)
1 parent 4089fe6 commit f7daea4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/R-CMD-check-occasional.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
schedule:
3-
- cron: '18 13 8 * *' # 8th of month at 13:18 UTC
3+
- cron: '18 13 10 * *' # 8th of month at 13:18 UTC
44

55
# A more complete suite of checks to run monthly; each PR/merge need not pass all these, but they should pass before CRAN release
66
name: R-CMD-check-occasional
@@ -12,6 +12,7 @@ jobs:
1212
name: ${{ matrix.os }} (${{ matrix.r }})
1313

1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
os: [macOS-latest, windows-latest, ubuntu-latest]
1718
r: ['devel', 'release', '3.2', '3.3', '3.4', '3.5', '3.6', '4.0', '4.1', '4.2', '4.3']

0 commit comments

Comments
 (0)