From 987b6695d4dd6d3e273b74d3aad50116756e0dfc Mon Sep 17 00:00:00 2001 From: lukecheseldine Date: Sat, 23 Jul 2022 19:05:32 -0400 Subject: [PATCH] remove fail test --- .github/workflows/deploy.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e621171..afef87b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -59,14 +59,8 @@ jobs: - name: Send discord notification run: curl -s -X POST "${{ secrets.DISCORD_WEBHOOK }}" -d "content=🚀 Deployment Successful" - fail: - name: "fake fail" - runs-on: ubuntu-latest - steps: - - name: fail - run: exit 1 failure: - needs: [test, deploy, fail] + needs: [test, deploy] name: "Send failure message" runs-on: ubuntu-latest if: ${{ failure() }}