From a995ab2762b3030256ee843ad40ecd6a09bf9642 Mon Sep 17 00:00:00 2001 From: Tushar Mathur Date: Sun, 22 Sep 2024 17:39:24 +0530 Subject: [PATCH] chore: try discord webhook --- .github/workflows/discord.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/discord.yml b/.github/workflows/discord.yml index 67eef8fd4d..88db466141 100644 --- a/.github/workflows/discord.yml +++ b/.github/workflows/discord.yml @@ -8,7 +8,7 @@ on: jobs: notify: - if: ${{ github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.head_branch == 'main' }} + if: ${{ github.event.workflow_run.head_branch == 'main' }} runs-on: ubuntu-latest steps: - name: Check Previous Run Status