Merge pull request #7 from Johnshall/master

Update main.yml
This commit is contained in:
Johnshall
2021-12-06 00:44:08 +08:00
committed by GitHub

View File

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