You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/dispatch-matrix-test-on-comment.yml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,11 @@ name: 🤖 Run Matrix Check (On Comment)
3
3
on:
4
4
issue_comment:
5
5
types: [created]
6
+
branches:
7
+
- main
8
+
- "rc/**"
9
+
- next
10
+
6
11
7
12
jobs:
8
13
dispatch-matrix-check:
@@ -40,4 +45,4 @@ jobs:
40
45
owner: context.repo.owner,
41
46
repo: context.repo.repo,
42
47
body: '🤖 Beep Boop! Matrix Testing for this PR has been initiated. Please check back later for results. <br><br> :bulb: If you do not hear back from me please check my status! **I will report even if this PR does not contain files eligible for matrix testing.**'
0 commit comments