From 81bc16fd92901aa6f1f16af2f66bf5296e5dd185 Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Tue, 31 Jan 2023 22:21:57 +0200 Subject: [PATCH] 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 + 1 file changed, 1 insertion(+) 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