From 6582db9f624d59cd2d79b32e977cc063c3bc0f28 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Mon, 16 Sep 2024 07:08:08 +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 3a66bb5..40ca964 100644 --- a/.github/workflows/IPTV采集检测.yml +++ b/.github/workflows/IPTV采集检测.yml @@ -2,7 +2,7 @@ name: IP采集检测 on: schedule: - - cron: '0 10,22 * * *' #这里更改自动运行的时间,没这两行的话只能手动运行 + - cron: '0 11,22 * * *' #这里更改自动运行的时间,没这两行的话只能手动运行 workflow_dispatch: 分支: - main