From 77ac8971387dc19f90a21f93a440091b5d05910d Mon Sep 17 00:00:00 2001 From: liuweiqing Date: Sun, 5 May 2024 09:40:20 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9action=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cron_read.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cron_read.yaml b/.github/workflows/cron_read.yaml index accc55f4..34037c9d 100644 --- a/.github/workflows/cron_read.yaml +++ b/.github/workflows/cron_read.yaml @@ -2,8 +2,8 @@ name: Scheduled Node.js CI on: schedule: - # 每天 UTC 时间 00:00 运行 - - cron: "0 0 * * *" + # 每天 UTC 时间 18:00 运行 + - cron: "0 18 * * *" workflow_dispatch: # 添加这行以允许手动触发 jobs: