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 b4ca295 commit b32f2ebCopy full SHA for b32f2eb
.github/workflows/dispatch-release-performance-check.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
16
- name: Dispatch Performance Testing Job
17
- if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/test-performance') }}
+ 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 +24,7 @@ jobs:
24
25
26
- uses: actions/github-script@v6
27
28
29
script: |
30
github.rest.issues.createComment({
0 commit comments