Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi committed Sep 18, 2024
1 parent 6518e44 commit f8044ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
script: |
// Check if the comment contain "/test rocm" request.
const comments = github.event.comment.body.split('\n');
const comments = context.payload.comment.body.split('\n');
if (!lines.some(line => line.trim().startsWith('/test ') && line.includes('rocm'))) {
return;
}
Expand Down

0 comments on commit f8044ca

Please sign in to comment.