diff --git a/.github/workflows/cleanup.yaml b/.github/workflows/cleanup.yaml index 5f49620..d209af9 100644 --- a/.github/workflows/cleanup.yaml +++ b/.github/workflows/cleanup.yaml @@ -89,7 +89,7 @@ jobs: run: pipenv run sceptre --debug --var namespace=${{ github.event.ref }} delete develop/namespaced --yes - name: Remove artifacts - run: | + run: > pipenv run python src/scripts/manage_artifacts/artifacts.py --remove --namespace ${{ github.event.ref }}