ci(e2e): move nightly schedule to 08:17 China time (00:17 UTC)
This commit is contained in:
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
@@ -25,8 +25,8 @@ on:
|
|||||||
branches: [main, master]
|
branches: [main, master]
|
||||||
pull_request:
|
pull_request:
|
||||||
schedule:
|
schedule:
|
||||||
# 09:17 UTC nightly — off-peak and off the top-of-hour cron stampede.
|
# 00:17 UTC nightly = 08:17 Asia/Shanghai — off the top-of-hour cron stampede.
|
||||||
- cron: '17 9 * * *'
|
- cron: '17 0 * * *'
|
||||||
|
|
||||||
# Cancel a superseded PR run (it is on a stale commit); never cancel a
|
# Cancel a superseded PR run (it is on a stale commit); never cancel a
|
||||||
# push/schedule run — it is already producing the post-merge/nightly signal.
|
# push/schedule run — it is already producing the post-merge/nightly signal.
|
||||||
|
|||||||
Reference in New Issue
Block a user