Skip to content

Commit aafa162

Browse files
committed
update schedule
1 parent 3728763 commit aafa162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/repo-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Repo Sync
22

33
on:
44
schedule:
5-
- cron: "*/15 * * * *" # every 15 minutes. set to whatever interval you like
5+
- cron: "*/30 * * * *" # every 30 minutes.
66

77
jobs:
88
repo-sync:

0 commit comments

Comments
 (0)