Update release_nightly.yml
This commit is contained in:
parent
500772459f
commit
55175982b6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release_nightly.yml
vendored
4
.github/workflows/release_nightly.yml
vendored
|
@ -2,8 +2,8 @@ name: Release Nightly
|
|||
|
||||
on:
|
||||
schedule:
|
||||
# Fire every day at 1:00pm and 1:00am
|
||||
- cron: "0 1,13 * * *"
|
||||
# Fire every day at 7:00am UTC (Roughly before EU workday and after US workday)
|
||||
- cron: "0 7 * * *"
|
||||
push:
|
||||
tags:
|
||||
- "nightly"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue