1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +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:
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