From 6e52eca9b15f575d2303d7de2a8fc30e9a6abffc Mon Sep 17 00:00:00 2001 From: ElonJunior Date: Fri, 24 May 2024 12:32:33 +0800 Subject: [PATCH] cron run time on 6:30 --- .github/workflows/run.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 19d02be4..776935f2 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -1,8 +1,8 @@ -name: Convert other rules to sing-box rule set +tname: Convert other rules to sing-box rule set on: workflow_dispatch: schedule: - - cron: "30 22 * * *" # 6:30 AM UTC+8 + - cron: "30 14 * * *" # 6:30 AM UTC+8 push: branches: - workflow