mirror of https://github.com/wolfSSL/wolfssl.git
skip membrowse comment action on draft PRs
parent
f42a698c59
commit
f30cbd4606
|
|
@ -13,7 +13,8 @@ jobs:
|
|||
# Run the comment job even if some of the builds fail
|
||||
if: >
|
||||
github.event.workflow_run.event == 'pull_request' &&
|
||||
github.event.workflow_run.conclusion != 'cancelled'
|
||||
github.event.workflow_run.conclusion != 'cancelled' &&
|
||||
github.event.workflow_run.conclusion != 'skipped'
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
|
|
|||
Loading…
Reference in New Issue