Skip to content

Commit

Permalink
fix: notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
auricom committed Jan 15, 2025
1 parent 82160a4 commit 350eb5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,8 @@ jobs:
if: |
inputs.sendNotifications == true &&
(
(env.app_status != 'true' && steps.previous-run.outputs.previous_status != 'failure') ||
(env.app_status == 'true' && steps.previous-run.outputs.previous_status != 'success')
(env.app_status != 'true' && steps.previous-run.outputs.previous_status == 'failure') ||
(env.app_status == 'false' && steps.previous-run.outputs.previous_status == 'success')
)
uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # v2.3.2
env:
Expand Down

0 comments on commit 350eb5a

Please sign in to comment.