diff --git a/.github/workflows/scheduled-test.yml b/.github/workflows/scheduled-test.yml index 70b41fe..907957a 100644 --- a/.github/workflows/scheduled-test.yml +++ b/.github/workflows/scheduled-test.yml @@ -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: