Skip to content

Commit

Permalink
Fix schedule in github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiez committed Jan 4, 2024
1 parent 1a56e9f commit 9bec532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: [main, master]
schedule:
- cron: '@weekly'
- cron: '0 0 * * 0'

name: R-CMD-check

Expand Down

0 comments on commit 9bec532

Please sign in to comment.