From 8adfdfe12b33a53c241e830dce3c31363ee9cf36 Mon Sep 17 00:00:00 2001 From: lov3five Date: Tue, 3 Oct 2023 17:58:06 +0700 Subject: [PATCH] Updated every day at 4am and 3pm (UTC +07:00) --- .github/workflows/update-auto.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-auto.yml b/.github/workflows/update-auto.yml index 45536f2..d6ecc0b 100644 --- a/.github/workflows/update-auto.yml +++ b/.github/workflows/update-auto.yml @@ -2,9 +2,9 @@ name: UPDATE-AUTO on: schedule: - - cron: '*/1 * * * *' + - cron: '0 21,8 * * *' # Chạy vào lúc theo múi giờ UTC+7 workflow_dispatch: -# Chạy vào lúc 17:30 theo múi giờ UTC+7 + jobs: readmebot: runs-on: ubuntu-latest