Skip to content

Commit 1b11484

Browse files
committed
Removing testing workaround-- only push to the dashboard on main
1 parent 991ea20 commit 1b11484

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ jobs:
4141
tool: 'customSmallerIsBetter'
4242
output-file-path: benchmark.json
4343
github-token: ${{ secrets.GITHUB_TOKEN }}
44-
# TODO: Only push to dashboard on main
45-
# auto-push: ${{ github.ref == 'refs/heads/main' }}
46-
auto-push: true
44+
auto-push: ${{ github.ref == 'refs/heads/main' }}
4745
gh-pages-branch: gh-pages
4846
benchmark-data-dir-path: dev/bench
4947
comment-on-alert: true

0 commit comments

Comments
 (0)