Skip to content

Commit 20c2da7

Browse files
committed
Sync upstream every 6 hours instead of daily
1 parent 3d20e13 commit 20c2da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upstream-sync.yml

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

33
on:
44
schedule:
5-
- cron: '0 6 * * *' # Daily at 6 AM UTC
5+
- cron: '0 */6 * * *' # Every 6 hours
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)