ci: change nightly to run in UTC time to fix nightly-status check (#8629)

Change nightly to run in UTC time
This commit is contained in:
Jordan Frazier 2025-06-20 07:23:40 -07:00 committed by GitHub
commit e2b3c607f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,8 +3,8 @@ name: Nightly Build
on:
workflow_dispatch:
schedule:
# Run job at 6:30 UTC, 10.30pm PST, or 11.30pm PDT
- cron: "30 6 * * *"
# Run job at 00:00 UTC (4:00 PM PST / 5:00 PM PDT)
- cron: "0 0 * * *"
env:
POETRY_VERSION: "1.8.3"