diff --git a/.github/workflows/v2.yml b/.github/workflows/v2.yml index 23a273c..f37f3d3 100644 --- a/.github/workflows/v2.yml +++ b/.github/workflows/v2.yml @@ -2,7 +2,7 @@ name: "采集火烧云预测&通知v2" # run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: workflow_dispatch: # Allows you to run this workflow manually from the Actions tab - # schedule: + schedule: # 每天更新两次,分别在8:30-10:30以及20:30-22:30更新 - cron: '0 3,15 * * *' #github action的时区不是北京时间,所有都减去8