"docs/vscode:/vscode.git/clone" did not exist on "4b021ae33b8a2c17901b8c9f394e660395b915ea"
Commit b7fecb35 authored by muyangli's avatar muyangli
Browse files

update

parent f0fae637
......@@ -9,7 +9,7 @@ on:
jobs:
check-comment:
if: ${{ 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) }}
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