Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit 5272c23

Browse files
authored
Update auto-bot.yaml
1 parent 603e46e commit 5272c23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-bot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Repo Management
33
on:
44
pull_request_target:
55
types: [closed]
6-
schedule:
7-
- cron: "0 0 * * *" # 每天午夜运行
6+
# schedule:
7+
# - cron: "0 0 * * *" # 每天午夜运行
88
push:
99
branches: [main] # 每次推送到main分支时也运行
1010

0 commit comments

Comments
 (0)