更新 .gitea/workflows/prod_build_schedule.yaml
Some checks are pending
定时 AiDA back-java Develop 分支构建部署 / build_and_deploy (push) Has started running

This commit is contained in:
2025-11-28 15:17:11 +08:00
parent 4ee5269b6f
commit 65703881da

View File

@@ -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: '18 7 28 11 *'
jobs:
build_and_deploy: