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 f540401

Browse filesBrowse files
committed
work
1 parent b32f2eb commit f540401
Copy full SHA for f540401

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

117
jobs:
128
dispatch-matrix-check:
139
runs-on: ubuntu-latest
1410
steps:
1511

1612
- name: Dispatch Performance Testing Job
17-
if: ${{ contains(github.event.comment.body, 'test-performance') }}
1813
uses: peter-evans/repository-dispatch@v2
1914
with:
2015
token: ${{ secrets.RELEASE_ENGINEERING_TOKEN }}
@@ -24,7 +19,6 @@ jobs:
2419

2520

2621
- uses: actions/github-script@v6
27-
if: ${{ contains(github.event.comment.body, 'test-performance') }}
2822
with:
2923
script: |
3024
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.