Skip to content

Commit 4c471e8

Browse files
authored
[修改]1. 修改定时同步时间
Signed-off-by: Blank <wangfj11@foxmail.com>
1 parent 37f146f commit 4c471e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)