fixup!: only install helm deps if changes

This commit is contained in:
Joe Previte 2022-09-20 14:34:08 -07:00
parent f9ecaaa882
commit ed1cd54d5e
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
1 changed files with 2 additions and 0 deletions

View File

@ -71,11 +71,13 @@ jobs:
ci/helm-chart/**
- name: Install helm
if: steps.changed-files.outputs.any_changed == 'true'
uses: azure/setup-helm@v3.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install helm kubeval plugin
if: steps.changed-files.outputs.any_changed == 'true'
run: helm plugin install https://github.com/instrumenta/helm-kubeval
- name: Lint Helm chart