Skip to content

Commit

Permalink
Update run-tx-tool.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
seniakalma authored Feb 10, 2025
1 parent 88d5d7a commit 4c60c99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tx-tool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
$ECR_IMAGE
- name: Notify Slack on Success
if: success() && ${{ secrets.SLACK_WEBHOOK }} != '' # Runs only if the previous steps succeed and the SLACK WEBHOOK is set
if: success() # Runs only if the previous steps succeed
uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
Expand All @@ -85,7 +85,7 @@ jobs:
SLACK_COLOR: ${{ job.status }}

- name: Notify Slack on Failure
if: failure() && ${{ secrets.SLACK_WEBHOOK_FAIL }} != '' # Runs only if the previous steps fail and the SLACK FAIL WEBHOOK is set
if: failure() # Runs only if the previous steps fail
uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_FAIL }}
Expand Down

0 comments on commit 4c60c99

Please sign in to comment.