Skip to content

Commit

Permalink
Only run CRON check once a week
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Oct 11, 2021
1 parent 6f5a9e5 commit ca818ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-full.yaml
Expand Up @@ -9,7 +9,7 @@ name: R-CMD-check
branches:
- master
schedule:
- cron: '0 0 * * *'
- cron: '0 0 * * 1'
pull_request:
branches:
- '*'
Expand Down

0 comments on commit ca818ed

Please sign in to comment.