diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2023-01-31 22:21:57 +0200 |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2023-01-31 22:38:17 +0200 |
| commit | 81bc16fd92901aa6f1f16af2f66bf5296e5dd185 (patch) | |
| tree | 56b87c2db44fa6c3112f54aebe4d27da38472e7a /.github/workflows/pr-comment.yml | |
| parent | cb91943f129b82545b3076c2e458a9e1551854be (diff) | |
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.
Diffstat (limited to '.github/workflows/pr-comment.yml')
| -rw-r--r-- | .github/workflows/pr-comment.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index f7aac3fa..9f3d2880 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -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 |
