From 6c8410d87e8275c7b560b246cc477d5b07bf1011 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Thu, 9 Jan 2020 13:29:17 -0600 Subject: [PATCH] remove it --- .github/workflows/cleanup-DEV.yml | 2 -- 1 file changed, 2 deletions(-) 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 }}