Skip to content

Commit 0d6db97

Browse files
authored
Update Benchmark.yml
[ci skip]
1 parent 95894f0 commit 0d6db97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/Benchmark.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
output-file-path: ${{ steps.locate.outputs.path }}
4343
benchmark-data-dir-path: "bench"
4444
github-token: ${{ secrets.GITHUB_TOKEN }}
45-
comment-always: ${{ github.event_name == 'pull_request' }}
45+
comment-always: ${{ github.event_name == 'pull_request_target' }}
4646
summary-always: true
4747
alert-threshold: "125%"
4848
fail-on-alert: false
49-
auto-push: ${{ github.event_name != 'pull_request' }}
49+
auto-push: ${{ github.event_name != 'pull_request_target' }}

0 commit comments

Comments
 (0)