mirror of https://github.com/coder/code-server.git
fixup!: only install helm deps if changes
This commit is contained in:
parent
f9ecaaa882
commit
ed1cd54d5e
|
@ -71,11 +71,13 @@ jobs:
|
||||||
ci/helm-chart/**
|
ci/helm-chart/**
|
||||||
|
|
||||||
- name: Install helm
|
- name: Install helm
|
||||||
|
if: steps.changed-files.outputs.any_changed == 'true'
|
||||||
uses: azure/setup-helm@v3.3
|
uses: azure/setup-helm@v3.3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Install helm kubeval plugin
|
- name: Install helm kubeval plugin
|
||||||
|
if: steps.changed-files.outputs.any_changed == 'true'
|
||||||
run: helm plugin install https://github.com/instrumenta/helm-kubeval
|
run: helm plugin install https://github.com/instrumenta/helm-kubeval
|
||||||
|
|
||||||
- name: Lint Helm chart
|
- name: Lint Helm chart
|
||||||
|
|
Loading…
Reference in New Issue