更新 .gitea/workflows/prod_build_schedule.yaml
All checks were successful
AiDA WEB-Node.js 生产分支构建部署 / build (18.18.0) (push) Successful in 3m22s

This commit is contained in:
wxd
2026-03-02 09:52:19 +08:00
parent 1839bae545
commit 352f2b7bae

View File

@@ -3,7 +3,7 @@ on:
schedule:
# cron为UTC时区构建时间=部署时间-8小时 {*分 (-8)时 *日 *月 *周} ---
# 示例: 1月1日22点22分触发构建 cron写作 - '22 14 1 1 *'
- cron: '00 14 24 2 *'
- cron: '00 14 2 3 *'
jobs:
build: