From 2e652175032afe3a664db6f1d1157b478ef998ee Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Mon, 5 May 2025 20:14:38 -0400 Subject: [PATCH] increase run frequency --- .github/workflows/pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 9b0d00d..39734ab 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -6,8 +6,8 @@ on: - main # Trigger on push to main branch schedule: - # Run once per day at 3:00 AM UTC - - cron: '0 3 * * *' + # Run once per hour + - cron: '0 * * * *' workflow_dispatch: # Allow manual triggering of the workflow