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