diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8c2fa63c5334..faf1d9e9d92f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -636,7 +636,7 @@ jobs: postGithubComment: name: Post a GitHub comments on all deployed PRs when platforms are done building and deploying runs-on: ubuntu-latest - if: ${{ fromJSON(needs.checkDeploymentSuccess.outputs.IS_AT_LEAST_ONE_PLATFORM_DEPLOYED) }} + if: ${{ always() && fromJSON(needs.checkDeploymentSuccess.outputs.IS_AT_LEAST_ONE_PLATFORM_DEPLOYED) }} needs: [prep, android, desktop, iOS, web, checkDeploymentSuccess, createPrerelease, finalizeRelease] steps: - name: Checkout