skip membrowse comment action on draft PRs

pull/10680/head
Michael Rogov Papernov 2026-06-13 11:58:29 +01:00
parent f42a698c59
commit f30cbd4606
1 changed files with 2 additions and 1 deletions

View File

@ -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