🔧 chore(integration): merge CI maintenance updates

This commit is contained in:
csh
2026-08-20 16:13:17 +08:00
14 changed files with 892 additions and 366 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ on:
- main
workflow_dispatch:
schedule:
# thirdparty 快照每日轮询:Prepare 定时成功后update-thirdparty-skills 通过 workflow_run 触发
- cron: "17 3 * * *"
# 北京时间(UTC+8)每日 06:00Prepare 成功后由 workflow_run 触发 thirdparty 快照更新
- cron: "0 22 * * *"
concurrency:
group: prepare-${{ github.repository }}