mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 01:38:32 +00:00
fix: Restore runner cleanup step (#163)
This commit is contained in:
parent
01e151c3b1
commit
ca66df8d3e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/DOCKER-PROD.yml
vendored
2
.github/workflows/DOCKER-PROD.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue