We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9a6c5 commit c5ef34aCopy full SHA for c5ef34a
.github/workflows/dispatch-matrix-test-on-comment.yml
@@ -3,10 +3,6 @@ name: 🤖 Run Matrix Check (On Comment)
3
on:
4
issue_comment:
5
types: [created]
6
- branches:
7
- - main
8
- - "rc/**"
9
- - next
10
11
jobs:
12
dispatch-matrix-check:
@@ -26,7 +22,7 @@ jobs:
26
22
throw "Refusing to run workflow for user not in acl."
27
23
}
28
24
29
-
25
+
30
- name: Dispatch Matrix Testing Job
31
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/test-matrix') }}
32
uses: peter-evans/repository-dispatch@v2
0 commit comments