Skip to content

Commit 147c5ae

Browse files
disable benchmark auto push (#48)
1 parent e1b1335 commit 147c5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
tool: 'pytest'
7676
output-file-path: bm-result.json
7777
github-token: ${{ secrets.GITHUB_TOKEN }}
78-
auto-push: true
78+
auto-push: false
7979
# Show alert with commit comment on detecting possible performance regression
8080
alert-threshold: '200%'
8181
comment-on-alert: true

0 commit comments

Comments
 (0)