Skip to content

Commit 245a3ce

Browse files
authored
Update ssh.yml
1 parent 847a4a3 commit 245a3ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Keep Servers Alive
22
on:
33
schedule:
4-
- cron: '0 12 */7 * *' # 每7天的12:00执行一次(私库每月500分钟运行时长,每天16分钟)
4+
- cron: '0 12 */10 * *' # 每10天的12:00执行一次(私库每月500分钟运行时长,每天16分钟)
55
workflow_dispatch:
66

77
jobs:

0 commit comments

Comments
 (0)