Skip to content

Commit 61317f8

Browse files
committed
Regular Sunday runs added
1 parent 71a50cc commit 61317f8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
pull_request:
66
branches: [main, master]
7+
schedule:
8+
- cron: '50 23 * * 0' # 23:50 UTC every Sunday
9+
workflow_dispatch: # allow manual runs
710

811
name: R-CMD-check
912

0 commit comments

Comments
 (0)