Skip to content

Commit ff08614

Browse files
authored
[修改]1. 修改定时同步时间
Signed-off-by: Blank <[email protected]>
1 parent 428b41f commit ff08614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
push:
55
branches: [main]
66
schedule:
7-
# 定时任务,每天 UTC 时间 0 点运行
8-
- cron: "0 0 * * *"
7+
# 定时任务,每天 UTC 时间 20 点 50运行
8+
- cron: "50 20 * * *"
99
workflow_dispatch:
1010

1111
jobs:

0 commit comments

Comments
 (0)