1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

CI: run gnucomment also if pipeline fails

This commit is contained in:
Terts Diepraam 2022-10-09 11:16:57 +02:00
parent b9ce759a4b
commit 4f5407d22b

View file

@ -1,7 +1,5 @@
name: Comment on GNU test results on the PR name: GnuComment
# read-write repo token
# access to secrets
on: on:
workflow_run: workflow_run:
workflows: ["GnuTests"] workflows: ["GnuTests"]
@ -9,11 +7,10 @@ on:
- completed - completed
jobs: jobs:
upload: post-comment:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: > if: >
github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.event == 'pull_request'
github.event.workflow_run.conclusion == 'success'
steps: steps:
- name: 'Download artifact' - name: 'Download artifact'
uses: actions/github-script@v3.1.0 uses: actions/github-script@v3.1.0