Skip to content

Commit

Permalink
ci: fix bundle size PR comment workflow
Browse files Browse the repository at this point in the history
No comment was being created since when can't find it,
creation step is skipped
  • Loading branch information
davidlj95 committed Aug 3, 2024
1 parent 1ad2375 commit 120aa80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-completed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
body-includes: ${{ env.BUNDLE_SIZE_COMMENT_ID_PREFIX }}${{ matrix.app-name }}
- name: Update bundle size PR comment
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
if: steps.pr.outputs.result != '' && steps.fc.outputs.comment-id != ''
if: steps.pr.outputs.result != ''
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
issue-number: ${{ steps.pr.outputs.result }}
Expand Down

0 comments on commit 120aa80

Please sign in to comment.