Skip to content

Commit

Permalink
Merge pull request #49143 from rayane-djouah/Fix-post-slack-message-w…
Browse files Browse the repository at this point in the history
…orkflow-is-being-skipped

(cherry picked from commit 3c2ac22)

(CP triggered by luacmartins)
  • Loading branch information
luacmartins authored and OSBotify committed Sep 12, 2024
1 parent e3a5033 commit 89a1b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ jobs:
postSlackMessageOnSuccess:
name: Post a Slack message when all platforms deploy successfully
runs-on: ubuntu-latest
if: ${{ fromJSON(needs.checkDeploymentSuccess.outputs.IS_ALL_PLATFORMS_DEPLOYED) }}
if: ${{ always() && fromJSON(needs.checkDeploymentSuccess.outputs.IS_ALL_PLATFORMS_DEPLOYED) }}
needs: [prep, android, desktop, iOS, web, checkDeploymentSuccess, createPrerelease, finalizeRelease]
steps:
- name: 'Announces the deploy in the #announce Slack room'
Expand Down

0 comments on commit 89a1b08

Please sign in to comment.