Skip to content

Commit c6a0ec3

Browse files
authored
Update snake.yml
1 parent 90e3c87 commit c6a0ec3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/snake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Generate Snake
22

33
on:
44
schedule:
5-
- cron: "0 */12 * * *" # Runs every 12 hours
5+
- cron: "0 2 * * *" # Runs every day 2:00
66
push:
77
branches:
88
- main # 添加 main 分支的 push 触发

0 commit comments

Comments
 (0)