From ca66df8d3e5ce0dadc75891ea48c22ca1813513d Mon Sep 17 00:00:00 2001 From: Steve Degosserie <723552+stiiifff@users.noreply.github.com> Date: Fri, 12 Sep 2025 15:12:14 +0200 Subject: [PATCH] fix: Restore runner cleanup step (#163) --- .github/workflows/DOCKER-PROD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/DOCKER-PROD.yml b/.github/workflows/DOCKER-PROD.yml index 18b6c919..33990aa2 100644 --- a/.github/workflows/DOCKER-PROD.yml +++ b/.github/workflows/DOCKER-PROD.yml @@ -35,7 +35,7 @@ jobs: with: ref: ${{ github.event.inputs.branch || github.ref }} - # Cleanup-runner skipped on self-hosted runners (bare-metal manages disk space externally) + - uses: ./.github/workflows/actions/cleanup-runner - name: Docker meta (dispatch) if: github.event_name == 'workflow_dispatch'