mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-26 20:22:30 +00:00
Adjust nightly to build twice a day
This commit is contained in:
parent
b9bbc4a698
commit
cd2abc7c1d
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 night at 1:00am
|
||||
- cron: "0 1 * * *"
|
||||
# Fire every day at 1:00pm and 1:00am
|
||||
- cron: "0 1,13 * * *"
|
||||
push:
|
||||
tags:
|
||||
- "nightly"
|
||||
|
|
Loading…
Reference in a new issue