Commit 75967191 authored by Hyunsung Lee's avatar Hyunsung Lee Committed by muyangli
Browse files

Update .github/workflows/pr_test.yaml


Co-authored-by: default avatarCopilot <175728472+Copilot@users.noreply.github.com>
parent 2225a7e6
...@@ -9,7 +9,7 @@ on: ...@@ -9,7 +9,7 @@ on:
jobs: jobs:
check-comment: check-comment:
if: ${{ github.event_name == 'issue_comment' && (github.event.comment.body == 'run tests' || github.event.comment.body == 'run test') && github.event.issue.pull_request }} if: ${{ github.event_name == 'issue_comment' && (github.event.comment.body.toLowerCase() == 'run tests' || github.event.comment.body.toLowerCase() == 'run test') && github.event.issue.pull_request }}
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