Skip to content

Commit 366e892

Browse files
authored
disable Update update-build.yml
1 parent 5c6085c commit 366e892

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Auto update build
22

3-
on:
4-
schedule:
5-
- cron: "30 0 * * *" # or '0 0 * * 0' # At 00:00 on Sunday
6-
workflow_dispatch:
3+
# on:
4+
# schedule:
5+
# - cron: "30 0 * * *" # or '0 0 * * 0' # At 00:00 on Sunday
6+
# workflow_dispatch:
77

88
env:
99
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)