From 1ac912a1e80139c3e215db5cff5d46b9b20d00f2 Mon Sep 17 00:00:00 2001 From: mocl1220 <58177154+mocl1220@users.noreply.github.com> Date: Tue, 26 Aug 2025 08:47:26 +0800 Subject: [PATCH 1/3] Update collect_ips.py From 8f8baa0efd33d01606d5d2f75b8816c2c7744634 Mon Sep 17 00:00:00 2001 From: mocl1220 <58177154+mocl1220@users.noreply.github.com> Date: Tue, 26 Aug 2025 09:12:45 +0800 Subject: [PATCH 2/3] Update autoip.yml --- .github/workflows/autoip.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autoip.yml b/.github/workflows/autoip.yml index fad6de764..8ad49f144 100644 --- a/.github/workflows/autoip.yml +++ b/.github/workflows/autoip.yml @@ -1,8 +1,8 @@ name: Auto IPs on: - schedule: - - cron: '0/55 * * * *' # 每55分钟执行一次,UTC时间 +# schedule: +# - cron: '0/55 * * * *' # 每55分钟执行一次,UTC时间 workflow_dispatch: # 允许手动触发 permissions: From e287ab278926cbd6e341e31e32af8761c45712a5 Mon Sep 17 00:00:00 2001 From: mocl1220 <58177154+mocl1220@users.noreply.github.com> Date: Tue, 26 Aug 2025 09:13:03 +0800 Subject: [PATCH 3/3] Update autoip6.yml --- .github/workflows/autoip6.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autoip6.yml b/.github/workflows/autoip6.yml index a7b34564e..b4c6fec86 100644 --- a/.github/workflows/autoip6.yml +++ b/.github/workflows/autoip6.yml @@ -1,8 +1,8 @@ name: Collect IPs and Save to Files on: - schedule: - - cron: '0/55 * * * *' # 每55分钟执行一次,UTC时间 +# schedule: +# - cron: '0/55 * * * *' # 每55分钟执行一次,UTC时间 workflow_dispatch: # 允许手动触发 permissions: