Skip to content

Commit 164fcf8

Browse files
committed
update workflows
Disable the original auto-update packages workflow Added automatic update packages workflow each package update is submitted separately to meet
1 parent c4223fb commit 164fcf8

File tree

2 files changed

+663
-2
lines changed

2 files changed

+663
-2
lines changed

.github/workflows/AUTO UPDATE PACKAGES PKG_VERSION AND PKG_HASH.yml renamed to .github/workflows/Auto update packages (old).yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Description: AUTO UPDATE PACKAGES PKG_VERSION AND PKG_HASH
44
#
55

6-
name: "AUTO UPDATE PACKAGES PKG_VERSION AND PKG_HASH"
6+
name: "Auto update packages (old)"
77
on:
88
repository_dispatch:
99
workflow_dispatch:
@@ -13,7 +13,7 @@ on:
1313
required: false
1414
default: 'false'
1515
schedule:
16-
- cron: "0 */4 * * *"
16+
# - cron: "0 */4 * * *"
1717

1818
env:
1919
TZ: Asia/Shanghai

0 commit comments

Comments
 (0)