更新 .gitea/workflows/prod_build_schedule.yaml
All checks were successful
定时 AiDA back-java 生产分支构建部署 / build_and_deploy (push) Successful in 2m33s
All checks were successful
定时 AiDA back-java 生产分支构建部署 / build_and_deploy (push) Successful in 2m33s
This commit is contained in:
@@ -3,7 +3,7 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
# cron为UTC时区,构建时间=部署时间-8小时 {*分 (-8)时 *日 *月 *周} ---
|
# cron为UTC时区,构建时间=部署时间-8小时 {*分 (-8)时 *日 *月 *周} ---
|
||||||
# 示例: 1月1日22点22分触发构建 cron写作 - '22 14 1 1 *'
|
# 示例: 1月1日22点22分触发构建 cron写作 - '22 14 1 1 *'
|
||||||
- cron: '00 14 27 1 *'
|
- cron: '00 14 4 2 *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_deploy:
|
build_and_deploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user