mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-23 20:49:48 +08:00
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:
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"
|
||||
|
||||
Reference in New Issue
Block a user