Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fengzch-das
nunchaku
Commits
75967191
Commit
75967191
authored
Apr 19, 2025
by
Hyunsung Lee
Committed by
muyangli
Apr 19, 2025
Browse files
Update .github/workflows/pr_test.yaml
Co-authored-by:
Copilot
<
175728472+Copilot@users.noreply.github.com
>
parent
2225a7e6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/pr_test.yaml
.github/workflows/pr_test.yaml
+1
-1
No files found.
.github/workflows/pr_test.yaml
View file @
75967191
...
@@ -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 }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment