Skip to content

Commit

Permalink
Update ci-weekly.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
serbinsh authored Jun 18, 2024
1 parent 9652a9c commit 8e0d3c2
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci-weekly.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: R-CMD-check-Weekly

permissions: read-all

on:
# every Monday at 4:30 AM
schedule:
Expand All @@ -20,8 +22,11 @@ jobs:
config:
- {os: macOS-latest, r: 'oldrel-1'}
- {os: macOS-latest, r: 'release'}
- {os: windows-2022, r: 'oldrel-1'}
- {os: windows-2022, r: 'release'}
- {os: windows-latest, r: 'release'}
# use 4.1 to check with rtools40's older compiler
- {os: windows-latest, r: '4.1'}
- {os: ubuntu-latest, r: 'oldrel-3'}
- {os: ubuntu-latest, r: 'oldrel-2'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
Expand All @@ -32,7 +37,7 @@ jobs:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

Expand All @@ -57,4 +62,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
path: check
path: check

0 comments on commit 8e0d3c2

Please sign in to comment.