"docs/vscode:/vscode.git/clone" did not exist on "c4d77774e187ca21355b2a1c7eb7fd25421adac7"
Commit 9abeb9b3 authored by muyangli's avatar muyangli
Browse files

skip the draft pr

parent ee307701
......@@ -13,7 +13,7 @@ concurrency:
jobs:
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
outputs:
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