skip membrowse comment action on draft PRs

This commit is contained in:
Michael Rogov Papernov
2026-06-13 11:58:29 +01:00
parent f42a698c59
commit f30cbd4606
+2 -1
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