Skip to content

Commit

Permalink
added schedule to rcmdcheck action
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarneche committed Oct 10, 2022
1 parent 3d1b103 commit b18865f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Workflow derived from https://github.com/r-lib/actions/tree/master/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
schedule:
- cron: "15 0 * * *"
push:
branches: [main, master]
pull_request:
Expand Down

0 comments on commit b18865f

Please sign in to comment.