Skip to content

Commit

Permalink
chore: revert back condition
Browse files Browse the repository at this point in the history
  • Loading branch information
shafin-deriv committed Sep 5, 2024
1 parent 1a5e243 commit 66d6043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
VERCEL_SCOPE: deriv
ALIAS_DOMAIN_URL: 'api-docs-dr.binary.sx'
- name: Send Slack Notification
if: ${{ steps.publish_to_vercel.outcome != 'success'}}
if: always() && ${{ steps.publish_to_vercel.outcome != 'success'}}
uses: ./.github/actions/notify_slack
with:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand Down

0 comments on commit 66d6043

Please sign in to comment.