ci: Prettier GitHub Actions display (#28062)
Skipped nix builds were ugly, showing raw template when being skipped. Make prettier. Release Notes: - N/A
This commit is contained in:
parent
8b5ea05163
commit
cba96b5a38
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -708,7 +708,7 @@ jobs:
|
||||||
|
|
||||||
nix-build:
|
nix-build:
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
name: (${{ matrix.system.os }}) Nix Build
|
name: Nix Build
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
if: github.repository_owner == 'zed-industries' && contains(github.event.pull_request.labels.*.name, 'run-nix')
|
if: github.repository_owner == 'zed-industries' && contains(github.event.pull_request.labels.*.name, 'run-nix')
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -749,7 +749,7 @@ jobs:
|
||||||
skipPush: true
|
skipPush: true
|
||||||
- run: nix build .#debug
|
- run: nix build .#debug
|
||||||
- name: Limit /nix/store to 50GB
|
- name: Limit /nix/store to 50GB
|
||||||
run: '[ $(du -sm /nix/store | cut -f1) -gt 50000 ] && nix-collect-garbage -d'
|
run: "[ $(du -sm /nix/store | cut -f1) -gt 50000 ] && nix-collect-garbage -d"
|
||||||
|
|
||||||
auto-release-preview:
|
auto-release-preview:
|
||||||
name: Auto release preview
|
name: Auto release preview
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue