run daily tests at 5 or 6 AM CST
This commit is contained in:
2
.github/workflows/scheduled-test.yml
vendored
2
.github/workflows/scheduled-test.yml
vendored
@@ -2,7 +2,7 @@ name: Scheduled App Tests
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 6 * * *" # Daily at 06:00 UTC
|
- cron: "0 11 * * *" # Daily at ~6 AM Central (11:00 UTC)
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user