diff --git a/.github/workflows/weather_report.yml b/.github/workflows/weather_report.yml index e18682e6..4e4a4bc0 100644 --- a/.github/workflows/weather_report.yml +++ b/.github/workflows/weather_report.yml @@ -6,7 +6,7 @@ name: 天气预报推送 on: schedule: # 设置启动时间,为 UTC 时间, UTC23点 对应北京时间早7点 - - cron : '00 23 * * *' + - cron : '00 24 * * *' workflow_dispatch: permissions: