Skip to content

Commit e32e82a

Browse files
committed
fix
1 parent f540401 commit e32e82a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/dispatch-release-performance-check.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,18 @@ name: 🏁 Run Release Performance Check
33
on:
44
issue_comment:
55
types: [created]
6+
branches:
7+
- main
8+
- "rc/**"
9+
- next
610

711
jobs:
812
dispatch-matrix-check:
913
runs-on: ubuntu-latest
1014
steps:
1115

1216
- name: Dispatch Performance Testing Job
17+
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/test-performance') }}
1318
uses: peter-evans/repository-dispatch@v2
1419
with:
1520
token: ${{ secrets.RELEASE_ENGINEERING_TOKEN }}
@@ -19,6 +24,7 @@ jobs:
1924

2025

2126
- uses: actions/github-script@v6
27+
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/test-performance') }}
2228
with:
2329
script: |
2430
github.rest.issues.createComment({

0 commit comments

Comments
 (0)