From ecfa42404c8c3abf5bd7aa8446e733cfb82f8dab Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Tue, 20 Aug 2024 12:56:04 +0800 Subject: [PATCH] =?UTF-8?q?Update=20IP=E9=87=87=E9=9B=86=E6=A3=80=E6=B5=8B?= =?UTF-8?q?.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/IP采集检测.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/IP采集检测.yml b/.github/workflows/IP采集检测.yml index 1d53363..d2a355b 100644 --- a/.github/workflows/IP采集检测.yml +++ b/.github/workflows/IP采集检测.yml @@ -1,8 +1,8 @@ name: IP采集检测 on: - #schedule: - #- cron: '25 */24 * * *' #这里更改自动运行的时间,没这两行的话只能手动运行 + schedule: + - cron: '25 * */6 * *' #这里更改自动运行的时间,没这两行的话只能手动运行 workflow_dispatch: 分支: - main