Commit 9abeb9b3 authored by muyangli's avatar muyangli
Browse files

skip the draft pr

parent ee307701
...@@ -13,7 +13,7 @@ concurrency: ...@@ -13,7 +13,7 @@ concurrency:
jobs: jobs:
check-comment: check-comment:
if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'issue_comment' && github.event.issue.pull_request) }} if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'issue_comment' && github.event.issue.pull_request && !github.event.pull_request.draft) }}
runs-on: self-hosted runs-on: self-hosted
outputs: outputs:
should_run: ${{ steps.check.outputs.should_run }} should_run: ${{ steps.check.outputs.should_run }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment