Skip to content

Commit

Permalink
Schedule github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
willgearty committed Dec 21, 2023
1 parent e7b886f commit 948e1a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
branches: [main, master]
pull_request:
branches: [main, master]
schedule:
- cron: '30 5 1 * *'

name: R-CMD-check

env:
R_BIOC_VERSION: 3.16
R_BIOC_VERSION: 3.18

jobs:
R-CMD-check:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/revdepcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ on:
- "!**revdepcheck.yml"
- "**.R[dD]ata"
- "**.Rpro*"
schedule:
- cron: '30 5 1 * *'

name: revdep-check

Expand Down

0 comments on commit 948e1a5

Please sign in to comment.