diff --git a/.github/workflows/platformDeploy.yml b/.github/workflows/platformDeploy.yml index 9346b1ff76cc..d494ea0d008b 100644 --- a/.github/workflows/platformDeploy.yml +++ b/.github/workflows/platformDeploy.yml @@ -424,7 +424,7 @@ jobs: postGithubComment: name: Post a GitHub comment when platforms are done building and deploying runs-on: ubuntu-latest - if: ${{ always() && !cancelled() }} + if: ${{ !cancelled() }} needs: [android, desktop, iOS, web] steps: - name: Checkout