feat: support harbor for benchmark (#1466)
Some checks failed
Test / Run Python Tests (push) Has been cancelled
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Pre-commit / pre-commit (push) Has been cancelled

Co-authored-by: bytecii <bytecii@users.noreply.github.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
This commit is contained in:
bytecii 2026-03-08 07:24:53 -07:00 committed by GitHub
parent 41d1c622c5
commit 639e3764a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 725 additions and 1 deletions

View file

@ -33,6 +33,6 @@ jobs:
- name: Lint markdown
if: steps.changed-files.outputs.any_changed == 'true'
run: npx markdownlint-cli@0.43.0 --ignore 'resources/**' $CHANGED_FILES
run: npx markdownlint-cli@0.43.0 --ignore 'resources/**' --ignore 'backend/benchmark/harbor/template/**' $CHANGED_FILES
env:
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}