From 4f5407d22b7b1a94c6d94cd511f7269261fbb04f Mon Sep 17 00:00:00 2001 From: Terts Diepraam Date: Sun, 9 Oct 2022 11:16:57 +0200 Subject: [PATCH] CI: run gnucomment also if pipeline fails --- .github/workflows/GnuComment.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/GnuComment.yml b/.github/workflows/GnuComment.yml index fd73520e6..fee3303fb 100644 --- a/.github/workflows/GnuComment.yml +++ b/.github/workflows/GnuComment.yml @@ -1,7 +1,5 @@ -name: Comment on GNU test results on the PR +name: GnuComment -# read-write repo token -# access to secrets on: workflow_run: workflows: ["GnuTests"] @@ -9,11 +7,10 @@ on: - completed jobs: - upload: + post-comment: runs-on: ubuntu-latest if: > - github.event.workflow_run.event == 'pull_request' && - github.event.workflow_run.conclusion == 'success' + github.event.workflow_run.event == 'pull_request' steps: - name: 'Download artifact' uses: actions/github-script@v3.1.0