Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e32e82a

Browse filesBrowse files
committed
fix
1 parent f540401 commit e32e82a
Copy full SHA for e32e82a

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed

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

Copy file name to clipboardExpand all lines: .github/workflows/dispatch-release-performance-check.yml
+6Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.