Skip to content

Commit

Permalink
Use not cancelled alone instead of always
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Martins <cmartins@expensify.com>
  • Loading branch information
roryabraham and luacmartins authored Nov 8, 2023
1 parent b3712b3 commit 8adb043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platformDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8adb043

Please sign in to comment.