File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129129 run : |
130130 uv run pytest tests/test_benchmarks.py -v --benchmark-only --benchmark-json=benchmark-results.json
131131 - name : Upload benchmark results
132- uses : actions/upload-artifact@v6
132+ uses : actions/upload-artifact@v7
133133 with :
134134 name : benchmark-results
135135 path : benchmark-results.json
@@ -192,8 +192,8 @@ jobs:
192192 # Alert if performance regresses by more than 20%
193193 alert-threshold : ' 120%'
194194 fail-on-alert : false
195- # Comment on PR when regression detected
196- comment-on-alert : true
195+ # Dependabot PRs cannot create review comments with the default token.
196+ comment-on-alert : ${{ github.actor != 'dependabot[bot]' }}
197197 github-token : ${{ secrets.GITHUB_TOKEN }}
198198 # Only push to gh-pages on main branch
199199 auto-push : ${{ github.ref == 'refs/heads/main' }}
Original file line number Diff line number Diff line change 88 - name : Checkout
99 uses : actions/checkout@v6
1010 - name : Check Spelling
11- uses : rojopolis/spellcheck-github-actions@0.58 .0
11+ uses : rojopolis/spellcheck-github-actions@0.59 .0
1212 with :
1313 config_path : .github/spellcheck-settings.yml
1414 task_name : Markdown
You can’t perform that action at this time.
0 commit comments