From 07986febe2c5bacb39f7b24457f36a31a9b64f0c Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Thu, 10 Sep 2026 22:13:05 -0400 Subject: [PATCH] ci(homebrew): skip more_space action for release job --- .github/workflows/ci-homebrew.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-homebrew.yml b/.github/workflows/ci-homebrew.yml index dc5a3550eec..0e1e2b8da1b 100644 --- a/.github/workflows/ci-homebrew.yml +++ b/.github/workflows/ci-homebrew.yml @@ -51,7 +51,7 @@ jobs: release: true # this job will only configure the formula for release, no validation steps: - name: More space - if: runner.os == 'Linux' + if: runner.os == 'Linux' && matrix.release != true uses: LizardByte/actions/actions/more_space@39c468549cfb87ccb917e5e5342e18abc926dc48 # v2026.909.30231 with: analyze-space-savings: true