From 6f5d696c2dff46465cf65e7838aa05651d31caad Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 28 Nov 2025 17:35:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/prod=5Fbu?= =?UTF-8?q?ild=5Fschedule.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/prod_build_schedule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/prod_build_schedule.yaml b/.gitea/workflows/prod_build_schedule.yaml index 0e712c5e..00af955e 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: '22 14 1 1 *' + - cron: '59 59 15 11 *' jobs: build: