From 135963c7b7c83e6320ba1f60305736c9b5b2fad6 Mon Sep 17 00:00:00 2001 From: dubsaber <105086122+dubsaber@users.noreply.github.com> Date: Sat, 14 Feb 2026 12:32:06 +0800 Subject: [PATCH] Update cron schedule to run every 10 days at 9:00 UTC --- .github/workflows/keep-alive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/keep-alive.yml b/.github/workflows/keep-alive.yml index 508558e..9bbeaf1 100644 --- a/.github/workflows/keep-alive.yml +++ b/.github/workflows/keep-alive.yml @@ -2,7 +2,7 @@ name: ClawCloud 自动登录保活 on: schedule: - - cron: '0 1 */5 * *' # UTC 1:00,每5天运行 + - cron: '0 1 */5 * *' # UTC 9:00,每10天运行 workflow_dispatch: jobs: