Skip to content

Commit

Permalink
IOS-8113: Fix notifications
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Fedorov <afedorov@tangem.com>
  • Loading branch information
Andrey Fedorov committed Nov 2, 2024
1 parent 5511809 commit eb75f26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-deploy-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
needs:
- prepare
- build
- deploy
with:
channel: '${{ vars.SLACK_CHANNEL_DEPLOYMENTS_IOS }}'
status: 'success'
Expand All @@ -140,7 +141,8 @@ jobs:

error_notification:
name: Error Notification
if: failure()
# if: failure()
if: false # TODO: Test only, remove
uses: tangem/actions/.github/workflows/notification.yml@feature/IOS-8113_ci_cd_beta_builds_workflow
needs:
- prepare
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-deploy-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ jobs:
needs:
- prepare
- build
- deploy
with:
channel: '${{ vars.SLACK_CHANNEL_DEPLOYMENTS_IOS }}'
status: 'success'
Expand Down

0 comments on commit eb75f26

Please sign in to comment.