From 04da70a13a0acade6cbd344e8983cd082d92b637 Mon Sep 17 00:00:00 2001 From: Isaac <10012479+jukie@users.noreply.github.com> Date: Wed, 26 Nov 2025 19:51:15 -0500 Subject: [PATCH] feat: reclaim space in release pipeline Ref https://github.com/envoyproxy/gateway/pull/7587 Signed-off-by: Isaac <10012479+jukie@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fc2736f5be..575c4805aa 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -51,7 +51,7 @@ jobs: contents: write steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - + - uses: ./tools/github-actions/reclaim-storage - name: Extract Release Tag and Commit SHA id: vars shell: bash