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:
Peter Tripp 2025-04-03 23:12:33 +00:00 committed by GitHub
parent 8b5ea05163
commit cba96b5a38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -708,7 +708,7 @@ jobs:
nix-build:
timeout-minutes: 60
name: (${{ matrix.system.os }}) Nix Build
name: Nix Build
continue-on-error: true
if: github.repository_owner == 'zed-industries' && contains(github.event.pull_request.labels.*.name, 'run-nix')
strategy:
@ -749,7 +749,7 @@ jobs:
skipPush: true
- run: nix build .#debug
- 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:
name: Auto release preview