diff --git a/.gitea/workflows/prod_build_schedule.yaml b/.gitea/workflows/prod_build_schedule.yaml index a1ac0301..3194d641 100644 --- a/.gitea/workflows/prod_build_schedule.yaml +++ b/.gitea/workflows/prod_build_schedule.yaml @@ -3,7 +3,7 @@ on: schedule: # cron为UTC时区,构建时间=部署时间-8小时 {*分 (-8)时 *日 *月 *周} --- # 示例: 1月1日22点22分触发构建 cron写作 - '22 14 1 1 *' - - cron: '00 14 5 3 *' + - cron: '00 14 12 3 *' jobs: build_and_deploy: