We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a50cc commit 61317f8Copy full SHA for 61317f8
1 file changed
.github/workflows/main.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
pull_request:
6
branches: [main, master]
7
+ schedule:
8
+ - cron: '50 23 * * 0' # 23:50 UTC every Sunday
9
+ workflow_dispatch: # allow manual runs
10
11
name: R-CMD-check
12
0 commit comments