CI fix cleanup
This commit is contained in:
parent
a40b65ea00
commit
ffc09ddc75
1 changed files with 0 additions and 3 deletions
3
.github/workflows/buildReporting.yml
vendored
3
.github/workflows/buildReporting.yml
vendored
|
@ -149,9 +149,6 @@ jobs:
|
||||||
TAGS: ${{ steps.meta.outputs.tags }}
|
TAGS: ${{ steps.meta.outputs.tags }}
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
needs: docker-build
|
|
||||||
# Run only on tagging
|
|
||||||
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
|
|
Loading…
Reference in a new issue