Update main.yml

Change yo run ar 7:59
This commit is contained in:
Johnshall
2021-12-06 00:42:54 +08:00
committed by GitHub
parent d6c8179e6f
commit fcf7849924

View File

@@ -2,8 +2,8 @@ name: CI
on: on:
schedule: schedule:
# 每日7时开始 # 每日8时开始
- cron: '0 7 * * *' - cron: '59 7 * * *'
# 可手动触发 # 可手动触发
workflow_dispatch: workflow_dispatch: