Skip to content

Commit

Permalink
Don't fail-fast on occasional job (#6129)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored May 9, 2024
1 parent 4089fe6 commit f7daea4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check-occasional.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
schedule:
- cron: '18 13 8 * *' # 8th of month at 13:18 UTC
- cron: '18 13 10 * *' # 8th of month at 13:18 UTC

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

strategy:
fail-fast: false
matrix:
os: [macOS-latest, windows-latest, ubuntu-latest]
r: ['devel', 'release', '3.2', '3.3', '3.4', '3.5', '3.6', '4.0', '4.1', '4.2', '4.3']
Expand Down

0 comments on commit f7daea4

Please sign in to comment.