From 9d0c27574b38088fb48b026f8394d0ade6053dcd Mon Sep 17 00:00:00 2001 From: Sheby <83452219+Shebyyy@users.noreply.github.com> Date: Sat, 7 Dec 2024 12:47:02 +0530 Subject: [PATCH] Update Notify.yml --- .github/workflows/Notify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Notify.yml b/.github/workflows/Notify.yml index a607fdb8..166a434e 100644 --- a/.github/workflows/Notify.yml +++ b/.github/workflows/Notify.yml @@ -10,7 +10,7 @@ on: jobs: notify: - #if: ${{ github.event.workflow_run.conclusion == 'success' }} + if: ${{ github.event.workflow_run.conclusion == 'success' }} runs-on: ubuntu-latest steps: - name: Checkout Repository