diff --git a/.github/workflows/cleanup-DEV.yml b/.github/workflows/cleanup-DEV.yml index d42416be..70a3ee36 100644 --- a/.github/workflows/cleanup-DEV.yml +++ b/.github/workflows/cleanup-DEV.yml @@ -35,14 +35,12 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - if: github.event.pull_request.merged uses: actions/checkout@master ###################### # Run Removal script # ###################### - name: Remove old image from DockerHub - if: github.event.pull_request.merged env: # Set the Env Vars DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}