Skip to content

Commit b32f2eb

Browse files
committed
fix
1 parent b4ca295 commit b32f2eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515

1616
- name: Dispatch Performance Testing Job
17-
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/test-performance') }}
17+
if: ${{ contains(github.event.comment.body, 'test-performance') }}
1818
uses: peter-evans/repository-dispatch@v2
1919
with:
2020
token: ${{ secrets.RELEASE_ENGINEERING_TOKEN }}
@@ -24,7 +24,7 @@ jobs:
2424

2525

2626
- uses: actions/github-script@v6
27-
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/test-performance') }}
27+
if: ${{ contains(github.event.comment.body, 'test-performance') }}
2828
with:
2929
script: |
3030
github.rest.issues.createComment({

0 commit comments

Comments
 (0)