We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e3c87 commit c6a0ec3Copy full SHA for c6a0ec3
1 file changed
.github/workflows/snake.yml
@@ -2,7 +2,7 @@ name: Generate Snake
2
3
on:
4
schedule:
5
- - cron: "0 */12 * * *" # Runs every 12 hours
+ - cron: "0 2 * * *" # Runs every day 2:00
6
push:
7
branches:
8
- main # 添加 main 分支的 push 触发
0 commit comments