There was an error while loading. Please reload this page.
1 parent da266b4 commit c2928adCopy full SHA for c2928ad
1 file changed
.github/workflows/update-packages.yml
@@ -1,13 +1,11 @@
1
name: Update Packages
2
3
-# 上游 gameframex 包发版(public-github-actions publish-release.yml 末尾 dispatch 触发)
4
-# 或每天北京时间凌晨 3 点(UTC 19:00)定时 + 手动触发:
+# 每天北京时间 03:00 与 13:00 定时 + 手动触发:
5
# 由公共可重用工作流查 registry 最新版,bump Packages/manifest.json 并直推 main
6
on:
7
- repository_dispatch:
8
- types: [package-released]
9
schedule:
10
- - cron: "0 19 * * *"
+ - cron: "0 19 * * *" # 北京时间 03:00
+ - cron: "0 5 * * *" # 北京时间 13:00
11
workflow_dispatch:
12
13
jobs:
0 commit comments