From f5baf7d3b8f45ce371aecfc0bf576de0619253d4 Mon Sep 17 00:00:00 2001 From: Shion Ichikawa Date: Sat, 23 Mar 2024 06:38:27 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20change=20workflow=20cron=20time?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cron-refresh.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron-refresh.yaml b/.github/workflows/cron-refresh.yaml index ee755ea..37ce68b 100644 --- a/.github/workflows/cron-refresh.yaml +++ b/.github/workflows/cron-refresh.yaml @@ -2,7 +2,7 @@ name: Run refresh Everyday on: schedule: - - cron: '30 6 * * *' # 5分ごとに実行 + - cron: '42 21 * * *' jobs: access_refresh_endpoint: