We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32f2eb commit f540401Copy full SHA for f540401
.github/workflows/dispatch-release-performance-check.yml
@@ -3,18 +3,13 @@ name: 🏁 Run Release Performance Check
3
on:
4
issue_comment:
5
types: [created]
6
- branches:
7
- - main
8
- - "rc/**"
9
- - next
10
11
jobs:
12
dispatch-matrix-check:
13
runs-on: ubuntu-latest
14
steps:
15
16
- name: Dispatch Performance Testing Job
17
- if: ${{ contains(github.event.comment.body, 'test-performance') }}
18
uses: peter-evans/repository-dispatch@v2
19
with:
20
token: ${{ secrets.RELEASE_ENGINEERING_TOKEN }}
@@ -24,7 +19,6 @@ jobs:
24
25
26
21
- uses: actions/github-script@v6
27
28
22
29
23
script: |
30
github.rest.issues.createComment({
0 commit comments