Skip to content

Commit c2928ad

Browse files
committed
ci(packages): 移除实时触发,改为每天北京时间 03:00 / 13:00 两次定时同步
1 parent da266b4 commit c2928ad

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/update-packages.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
name: Update Packages
22

3-
# 上游 gameframex 包发版(public-github-actions publish-release.yml 末尾 dispatch 触发)
4-
# 或每天北京时间凌晨 3 点(UTC 19:00)定时 + 手动触发:
3+
# 每天北京时间 03:00 与 13:00 定时 + 手动触发:
54
# 由公共可重用工作流查 registry 最新版,bump Packages/manifest.json 并直推 main
65
on:
7-
repository_dispatch:
8-
types: [package-released]
96
schedule:
10-
- cron: "0 19 * * *"
7+
- cron: "0 19 * * *" # 北京时间 03:00
8+
- cron: "0 5 * * *" # 北京时间 13:00
119
workflow_dispatch:
1210

1311
jobs:

0 commit comments

Comments
 (0)