Skip to content

Commit

Permalink
Skip deploy comment if workflow was cancelled
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Nov 3, 2023
1 parent 8fef335 commit 83d2dbb
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 @@ -410,7 +410,7 @@ jobs:
postGithubComment:
name: Post a GitHub comment when platforms are done building and deploying
runs-on: ubuntu-latest
if: ${{ always() }}
if: ${{ always() && !cancelled() }}
needs: [android, desktop, iOS, web]
steps:
- name: Checkout
Expand Down

0 comments on commit 83d2dbb

Please sign in to comment.