Skip to content

Commit

Permalink
added schedule and on-demand capability to R CMD Chk
Browse files Browse the repository at this point in the history
  • Loading branch information
pbulsink committed Jan 20, 2024
1 parent 76ca898 commit 36395cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches: [main, master]
pull_request:
branches: [main, master]
schedule:
- cron: '20 1 * * 1'
workflow_dispatch

name: R-CMD-check

Expand Down

0 comments on commit 36395cd

Please sign in to comment.