CI fix cleanup

This commit is contained in:
anhefti 2024-03-20 08:51:27 +01:00
parent a40b65ea00
commit ffc09ddc75

View file

@ -149,9 +149,6 @@ jobs:
TAGS: ${{ steps.meta.outputs.tags }}
cleanup:
needs: docker-build
# Run only on tagging
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
-