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:
parent
e1c57d930c
commit
e2b3c607f2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nightly_build.yml
vendored
4
.github/workflows/nightly_build.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue