From 0b0b89f695561fa306c373b8ce09143f4add6a6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 08:25:24 -0400 Subject: [PATCH] fix(rm del env): Not needed (#504) Co-authored-by: Mike Dial --- .github/workflows/destroy.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/destroy.yml b/.github/workflows/destroy.yml index 0ee7c9122..15ec8ed52 100644 --- a/.github/workflows/destroy.yml +++ b/.github/workflows/destroy.yml @@ -53,13 +53,3 @@ jobs: SLACK_TITLE: Failure SLACK_USERNAME: ${{ github.repository }} - ${{job.status}} SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} - - delete_environment: - needs: destroy - runs-on: ubuntu-20.04 - steps: - - uses: strumwolf/delete-deployment-environment@v2 - with: - token: ${{ secrets.GITHUB_TOKEN }} - environment: ${{ inputs.environment || (startsWith(github.event.ref, 'snyk-') && 'snyk' || github.event.ref) }} - onlyRemoveDeployments: true