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