更新 .gitea/workflows/develop_build_scheduled.yaml
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
name: 定时 AiDA python develop 分支构建部署
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
|
||||
# 使用 schedule 触发器,遵循标准的 Cron 格式 (分钟 小时-8 日期 月份 星期)
|
||||
schedule:
|
||||
- cron: '32 9 * * *'
|
||||
|
||||
Reference in New Issue
Block a user