We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95894f0 commit 0d6db97Copy full SHA for 0d6db97
.github/workflows/Benchmark.yml
@@ -42,8 +42,8 @@ jobs:
42
output-file-path: ${{ steps.locate.outputs.path }}
43
benchmark-data-dir-path: "bench"
44
github-token: ${{ secrets.GITHUB_TOKEN }}
45
- comment-always: ${{ github.event_name == 'pull_request' }}
+ comment-always: ${{ github.event_name == 'pull_request_target' }}
46
summary-always: true
47
alert-threshold: "125%"
48
fail-on-alert: false
49
- auto-push: ${{ github.event_name != 'pull_request' }}
+ auto-push: ${{ github.event_name != 'pull_request_target' }}
0 commit comments