We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847a4a3 commit 245a3ceCopy full SHA for 245a3ce
ssh.yml
@@ -1,7 +1,7 @@
1
name: Keep Servers Alive
2
on:
3
schedule:
4
- - cron: '0 12 */7 * *' # 每7天的12:00执行一次(私库每月500分钟运行时长,每天16分钟)
+ - cron: '0 12 */10 * *' # 每10天的12:00执行一次(私库每月500分钟运行时长,每天16分钟)
5
workflow_dispatch:
6
7
jobs:
0 commit comments