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:
parent
b9ce759a4b
commit
4f5407d22b
1 changed files with 3 additions and 6 deletions
9
.github/workflows/GnuComment.yml
vendored
9
.github/workflows/GnuComment.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue