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 991ea20 commit 1b11484Copy full SHA for 1b11484
.github/workflows/benchmark.yml
@@ -41,9 +41,7 @@ jobs:
41
tool: 'customSmallerIsBetter'
42
output-file-path: benchmark.json
43
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
+ auto-push: ${{ github.ref == 'refs/heads/main' }}
47
gh-pages-branch: gh-pages
48
benchmark-data-dir-path: dev/bench
49
comment-on-alert: true
0 commit comments