Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ jobs:
# Alert if performance regresses by more than 20%
alert-threshold: '120%'
fail-on-alert: false
# Comment on PR when regression detected
comment-on-alert: true
# Dependabot PRs cannot create review comments with the default token.
comment-on-alert: ${{ github.actor != 'dependabot[bot]' }}
github-token: ${{ secrets.GITHUB_TOKEN }}
# Only push to gh-pages on main branch
auto-push: ${{ github.ref == 'refs/heads/main' }}
6 changes: 3 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading