Skip to content

Commit

Permalink
workflow: Buildsize comment when simulator fails
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Riksu9000 committed Jan 31, 2023
1 parent cb91943 commit 81bc16f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: dawidd6/action-download-artifact@bd10f381a96414ce2b13a11bfa89902ba7cea07f
with:
workflow: main.yml
workflow_conclusion:
pr: ${{ github.event.pull_request.number }}
name: comment

Expand Down

0 comments on commit 81bc16f

Please sign in to comment.