mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2026-07-08 13:21:55 +00:00
remove workflow_run conclusion check
This commit is contained in:
parent
f026adec83
commit
2726da9483
3
.github/workflows/comment-pr.yml
vendored
3
.github/workflows/comment-pr.yml
vendored
@ -12,8 +12,7 @@ jobs:
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
if: >
|
||||
${{ github.event.workflow_run.event == 'pull_request' &&
|
||||
github.event.workflow_run.conclusion == 'completed' }}
|
||||
${{ github.event.workflow_run.event == 'pull_request' }}
|
||||
steps:
|
||||
- name: 'Download artifact'
|
||||
uses: actions/github-script@v8
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user