From cba96b5a38cd8320c8efd1f97d84f154921210c9 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Thu, 3 Apr 2025 23:12:33 +0000 Subject: [PATCH] ci: Prettier GitHub Actions display (#28062) Skipped nix builds were ugly, showing raw template when being skipped. Make prettier. Release Notes: - N/A --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a35bda862..9341ff6144 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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