Skip to content

Commit

Permalink
Merge pull request #213 from pbulsink/test-suite
Browse files Browse the repository at this point in the history
added schedule and on-demand capability to R CMD Chk
  • Loading branch information
pbulsink authored Jan 22, 2024
2 parents 0587a3b + aa1ba46 commit 0eab318
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 0eab318

Please sign in to comment.