Skip to content

Commit

Permalink
Update PERFORMANCE_BENCHMARKS.md
Browse files Browse the repository at this point in the history
Co-authored-by: Andriy Redko <drreta@gmail.com>
Signed-off-by: Rishabh Singh <rishabhksingh@gmail.com>
  • Loading branch information
rishabh6788 and reta committed Jul 16, 2024
1 parent 9bcc6ee commit f14bf2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/benchmark-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ jobs:
headRef=$(echo '${{ steps.get_pr.outputs.result }}' | jq -r '.headRef')
echo "prHeadRepo=$headRepo" >> $GITHUB_ENV
echo "prheadRef=$headRef" >> $GITHUB_ENV
- name: Print ENV
run: |
cat $GITHUB_ENV
- name: Checkout PR Repo
uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion PERFORMANCE_BENCHMARKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Workflow Trigger

The workflow is triggered when a new comment is created on an issue. Specifically, it checks for the presence of the `"run-benchmark-test"` keyword in the comment body. If this keyword is detected, the workflow proceeds to run the performance benchmarks.
The workflow is triggered when a new comment is created on a pull request. Specifically, it checks for the presence of the `"run-benchmark-test"` keyword in the comment body. If this keyword is detected, the workflow proceeds to run the performance benchmarks.

## Key Steps in the Workflow

Expand Down

0 comments on commit f14bf2b

Please sign in to comment.