Skip to content

Commit 649a989

Browse files
committed
chore(ci): change mirror-sync schedule to daily
1 parent 84a135f commit 649a989

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mirror-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Mirror Sync
22

33
on:
4-
# Run weekly to catch new upstream versions
4+
# Run daily to catch new upstream versions
55
schedule:
6-
- cron: '0 4 * * 0' # Every Sunday at 4 AM UTC
6+
- cron: '0 4 * * *' # Every day at 4 AM UTC
77
# Manual trigger
88
workflow_dispatch:
99
inputs:

0 commit comments

Comments
 (0)