Skip to content

Commit

Permalink
Fix ct lint (#611)
Browse files Browse the repository at this point in the history
Add milvus repo to fix the helm dep build issue.

Signed-off-by: Dolpher Du <[email protected]>
  • Loading branch information
yongfengdu authored Nov 26, 2024
1 parent 9714cde commit da0846e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-chart-validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ jobs:
if: steps.list-changed.outputs.changed == 'true'
run: |
helm-charts/update_dependency.sh
helm repo add milvus https://zilliztech.github.io/milvus-helm
ct lint --check-version-increment=false --validate-maintainers=false --chart-dirs ${{ env.CHARTS_DIRS }} --target-branch ${{ github.event.repository.default_branch }}

0 comments on commit da0846e

Please sign in to comment.