From f7ca75ebcf1a4de3f0d4bc724fdcc00d14e810af Mon Sep 17 00:00:00 2001 From: muhammad-ahmed Date: Mon, 14 Oct 2024 16:19:14 +0800 Subject: [PATCH] ahmed/remove-function-to-fixed-production-release --- .github/workflows/release_production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_production.yml b/.github/workflows/release_production.yml index 156817b8..27027c36 100644 --- a/.github/workflows/release_production.yml +++ b/.github/workflows/release_production.yml @@ -95,7 +95,7 @@ jobs: VERCEL_SCOPE: deriv ALIAS_DOMAIN_URL: 'api-docs-dr.binary.sx' - name: Send Slack Notification - if: always() && ${{ steps.publish_to_vercel.outcome != 'success'}} + if: ${{ steps.publish_to_vercel.outcome != 'success'}} uses: ./.github/actions/notify_slack with: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}