mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-28 21:32:39 +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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# Fire every night at 1:00am
|
# Fire every day at 1:00pm and 1:00am
|
||||||
- cron: "0 1 * * *"
|
- cron: "0 1,13 * * *"
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "nightly"
|
- "nightly"
|
||||||
|
|
Loading…
Reference in a new issue