Merge pull request #10680 from michael-membrowse/skip_membrowse_comment

skip membrowse comment action on draft PRs
This commit is contained in:
David Garske
2026-06-13 19:18:23 -07:00
committed by GitHub
+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