Skip to content

Commit be7971d

Browse files
authored
Merge pull request #283 from github/jsinglet-comment-fix
Update dispatch-matrix-test-on-comment.yml
2 parents 90b4bda + ef51b92 commit be7971d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dispatch-matrix-test-on-comment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
client-payload: '{"pr": "${{ github.event.number }}"}'
3939

4040
- uses: actions/github-script@v6
41+
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/test-matrix') }}
4142
with:
4243
script: |
4344
github.rest.issues.createComment({

0 commit comments

Comments
 (0)