Author: Riku Isokoski <riksu9000@gmail.com>
workflow: Buildsize comment when simulator fails The workflow checks that the buildsize comparison succeeds. The download artifact step also checks that all of the main workflow succeeds. This isn't necessary, and causes the comment not to be created when the simulator build fails. This change disabled the success conclusion requirement.
.github/workflows/pr-comment.yml | 1 +
diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index f7aac3fa6360000df94ab56a2d90211d0e0b9ccc..9f3d288081f3ea8aa4f8dc810212203c12a50bd3 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -29,6 +29,7 @@ - name: Download artifact uses: dawidd6/action-download-artifact@bd10f381a96414ce2b13a11bfa89902ba7cea07f with: workflow: main.yml + workflow_conclusion: pr: ${{ github.event.pull_request.number }} name: comment