From 3e90e1d3ac39ebf8c546fb86452cba2c19406ad8 Mon Sep 17 00:00:00 2001 From: Lucid Date: Wed, 18 Mar 2026 01:01:13 -0400 Subject: [PATCH] Update .github/workflows/cron.yml adjusted for DST --- .github/workflows/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 631b5ef..264f2a4 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -1,7 +1,7 @@ name: Daily Cron (Make New DailyStats Document) on: schedule: - - cron: "0 5 * * *" + - cron: "0 4 * * *" jobs: cron: