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 b32f2eb

Browse filesBrowse files
committed
fix
1 parent b4ca295 commit b32f2eb
Copy full SHA for b32f2eb

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: .github/workflows/dispatch-release-performance-check.yml
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.