From a6f08f3989fec424aa47ee802a6a0b72ac90d43a Mon Sep 17 00:00:00 2001 From: Christian Nunciato Date: Sat, 7 Oct 2023 09:52:54 -0700 Subject: [PATCH] Reduce the cron time to every 15 minutes (#10020) --- .github/workflows/update-theme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-theme.yml b/.github/workflows/update-theme.yml index 403252b3b66f..6dac2ca1dca6 100644 --- a/.github/workflows/update-theme.yml +++ b/.github/workflows/update-theme.yml @@ -1,7 +1,7 @@ name: "Scheduled jobs: Update Hugo modules" on: schedule: - - cron: '*/30 * * * *' + - cron: '*/15 * * * *' workflow_dispatch: jobs: merge: