From 1e36730f89c11e776b87bbd3496a0a42cad10e5e Mon Sep 17 00:00:00 2001 From: ryo-ma Date: Sat, 17 Feb 2024 15:34:57 +0900 Subject: [PATCH] chore(update.yml): update cron schedule to run the workflow every day instead of every two hours for more frequent updates --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index ff6ef83..ae3b7d5 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -8,7 +8,7 @@ on: push: branches: [ main ] schedule: - - cron: "0 */2 * * *" + - cron: "0 0 * * *" # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: