From a0de3ce96d07a7da60823ba973b5370b92086e77 Mon Sep 17 00:00:00 2001 From: wxd Date: Fri, 6 Feb 2026 10:37:16 +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 b9bfe026..b660e0db 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 2 *' + - cron: '39 2 6 2 *' jobs: build: