fix: Restore runner cleanup step (#163)

This commit is contained in:
Steve Degosserie 2025-09-12 15:12:14 +02:00 committed by GitHub
parent 01e151c3b1
commit ca66df8d3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'