Skip to content

Commit 9d2af99

Browse files
committed
Merge remote-tracking branch 'origin/main' into bump-redisvl-0.16
2 parents ec9671c + b301d54 commit 9d2af99

3 files changed

Lines changed: 61 additions & 66 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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' }}

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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

0 commit comments

Comments
 (0)