diff --git a/.github/workflows/Benchmark.yml b/.github/workflows/Benchmark.yml index 849e51e048..ca1a84f5eb 100644 --- a/.github/workflows/Benchmark.yml +++ b/.github/workflows/Benchmark.yml @@ -42,8 +42,8 @@ jobs: output-file-path: ${{ steps.locate.outputs.path }} benchmark-data-dir-path: "bench" github-token: ${{ secrets.GITHUB_TOKEN }} - comment-always: ${{ github.event_name == 'pull_request' }} + comment-always: ${{ github.event_name == 'pull_request_target' }} summary-always: true alert-threshold: "125%" fail-on-alert: false - auto-push: ${{ github.event_name != 'pull_request' }} + auto-push: ${{ github.event_name != 'pull_request_target' }}