ci: Prettier GitHub Actions display (#28062)
Peter Tripp
created
Skipped nix builds were ugly, showing raw template when being skipped. Make prettier.
Release Notes:
- N/A
Change summary
.github/workflows/ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Detailed changes
@@ -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