From d496b6ff8443c378aee1091076cfe04147c49163 Mon Sep 17 00:00:00 2001 From: Gerard Olenski <31597546+gerardolenski@users.noreply.github.com> Date: Fri, 14 Nov 2025 15:37:33 +0100 Subject: [PATCH] Please [release] 5.2.4 (#1161) - force cleaning hosted runner disk space --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e6d8065..0a36cc4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -291,6 +291,7 @@ jobs: github.event_name != 'pull_request' && (github.ref_name == 'master' || startsWith(github.ref_name, 'SP/') || startsWith(github.ref_name, 'HF/')) steps: + - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v9.3.1 - uses: actions/checkout@v4 with: persist-credentials: false