From 124c1f5b7599337e53e51df436bb01fefcac50a8 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Thu, 11 Dec 2025 12:37:10 +0100 Subject: [PATCH] OPSEXP-3693 Remove duplicated free-hosted-runner-disk-space action in pull-request workflow (#4942) --- .github/workflows/pull-request.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 785ba1050..121976a5d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -170,7 +170,8 @@ jobs: - name: "folder-information-actions" id: 19 steps: - - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@9e15988fdf503869a04a9106daa9b06cfdb1768c # v11.0.0 + - name: Free hosted runner disk space + uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@9e15988fdf503869a04a9106daa9b06cfdb1768c # v11.0.0 - name: Checkout uses: actions/checkout@v6 @@ -183,9 +184,6 @@ jobs: node-version-file: '.nvmrc' cache: 'npm' - - name: Free hosted runner disk space - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@9e15988fdf503869a04a9106daa9b06cfdb1768c # v11.0.0 - - name: Deploy local ACS id: deploy-local-acs uses: ./.github/actions/deploy-local-acs