Update scheduled CI to 08:00 UTC (#16622)
This commit is contained in:
parent
7c23b248de
commit
588bbbe4ae
2 changed files with 2 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -9,7 +9,7 @@ on:
|
|||
pull_request:
|
||||
branches: [main]
|
||||
schedule:
|
||||
- cron: "0 0 * * *" # runs at 00:00 UTC every day
|
||||
- cron: "0 8 * * *" # runs at 08:00 UTC every day
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
hub:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue