Skip to content

Commit b8e18fe

Browse files
CI sync.yml: fixed cron not working
24:00 is an invalid time, so the task won't run Signed-off-by: DreamConnected <1487442471@qq.com>
1 parent d7c5867 commit b8e18fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync.yml

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

33
on:
44
schedule:
5-
- cron: '20 15 * * 1,5' # every 12:00
5+
- cron: '20 3 * * 1,5' # every 12:00
66
workflow_dispatch: # on button click
77

88
jobs:

0 commit comments

Comments
 (0)