Skip to content

Commit ef51b92

Browse files
authored
Update dispatch-matrix-test-on-comment.yml
Fixed
1 parent 06cc7e3 commit ef51b92

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)