mirror of
https://github.com/cdr/code-server.git
synced 2025-12-09 18:02:16 +01:00
fixup!: only install helm deps if changes
This commit is contained in:
parent
f9ecaaa882
commit
ed1cd54d5e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue