diff --git a/.github/workflows/benchmark-pull-request.yml b/.github/workflows/benchmark-pull-request.yml index 4133e6b54709c..2baa520f1c96f 100644 --- a/.github/workflows/benchmark-pull-request.yml +++ b/.github/workflows/benchmark-pull-request.yml @@ -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: diff --git a/PERFORMANCE_BENCHMARKS.md b/PERFORMANCE_BENCHMARKS.md index ca0f036cc6d5b..252c4ae312136 100644 --- a/PERFORMANCE_BENCHMARKS.md +++ b/PERFORMANCE_BENCHMARKS.md @@ -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