mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-17 07:55:42 +00:00
This updates the nightly workflow to run hourly as opposed to once daily. Notably, it also - changes the poll duration for the auto updater - we now poll 4 times an hour on the Nightly channel and continue with the old rate for all other channels - moves the pre-checks to the linux runners, since we have more resources available there - only ever allow one concurrent nightly run Release Notes: - N/A
6 lines
65 B
Bash
Executable File
6 lines
65 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
gh workflow run release_nightly.yml
|