Skip to content

Commit f540401

Browse files
committed
work
1 parent b32f2eb commit f540401

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines 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)