Update .github/workflows/cron.yml
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 4m52s
Daily Cron (Make New DailyStats Document) / cron (push) Successful in 31s

adjusted for DST
This commit is contained in:
2026-03-18 01:01:13 -04:00
parent e86804f919
commit 3e90e1d3ac

View File

@@ -1,7 +1,7 @@
name: Daily Cron (Make New DailyStats Document)
on:
schedule:
- cron: "0 5 * * *"
- cron: "0 4 * * *"
jobs:
cron: