Skip to content

Commit

Permalink
Schedule revdepcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
willgearty committed Dec 20, 2023
1 parent 9b2aac8 commit 17f948d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .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 Expand Up @@ -102,4 +104,4 @@ jobs:
uses: actions/upload-artifact@main
with:
name: revdep-results
path: revdep/*.md
path: revdep/*.md

0 comments on commit 17f948d

Please sign in to comment.