Skip to content

Commit c7a8725

Browse files
committed
explicitly disable auto-push
Signed-off-by: Balakrishna Avulapati <[email protected]>
1 parent 4acf7f6 commit c7a8725

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/benchmark.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
tool: "benchmarkjs"
3131
output-file-path: benchmark/output.txt
3232
github-token: ${{ secrets.GITHUB_TOKEN }}
33+
auto-push: false
3334
# show alert with commit comment on detecting possible performance regression
3435
alert-threshold: "110%"
3536
comment-on-alert: true
@@ -40,3 +41,8 @@ jobs:
4041
- name: Push benchmark result
4142
run: git push ...
4243
if: github.event_name != 'pull_request'
44+
uses: benchmark-action/github-action-benchmark@v1
45+
with:
46+
tool: "benchmarkjs"
47+
output-file-path: benchmark/output.txt
48+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)