From b094fbc73dcc3542e1694eb40cd191f80a37c821 Mon Sep 17 00:00:00 2001 From: developomp Date: Thu, 15 Jun 2023 22:43:23 +0900 Subject: [PATCH] chore: update github workflow schedule --- .github/workflows/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index ad68a5a..408cc9f 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -1,6 +1,7 @@ name: Metrics on: - schedule: [{ cron: "0 13 * * *" }] + # Run at 15:00 UTC (00:00 KST) + schedule: [{ cron: "0 15 * * *" }] push: branches: - master