run daily tests at 5 or 6 AM CST

This commit is contained in:
Richard Macias
2026-03-02 11:48:59 -06:00
parent a2d6e1d83a
commit c89275479a

View File

@@ -2,7 +2,7 @@ name: Scheduled App Tests
on:
schedule:
- cron: "0 6 * * *" # Daily at 06:00 UTC
- cron: "0 11 * * *" # Daily at ~6 AM Central (11:00 UTC)
workflow_dispatch:
permissions: