Skip to content

Commit 2315cf0

Browse files
authored
Update sync-forks.yml
1 parent 5e66ace commit 2315cf0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sync-forks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Sync forks
22

33
on:
44
workflow_dispatch:
5+
schedule:
6+
# https://crontab.guru/#0_22_*_*_1
7+
- cron: "0 22 * * 1"
58

69
jobs:
710
sync:

0 commit comments

Comments
 (0)