Skip to content

Commit c3ab248

Browse files
authored
Update sync.yml
1 parent 854980b commit c3ab248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync.yml

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

33
on:
44
schedule:
5-
- cron: '0 2 * * *' # 每天凌晨2点(UTC)
5+
- cron: '0 2 1 * *' # 每天凌晨2点(UTC)
66
workflow_dispatch: # 允许手动触发
77

88
jobs:

0 commit comments

Comments
 (0)