mirror of
https://github.com/cdr/code-server.git
synced 2026-05-08 12:30:40 +02: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/**
|
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 a new issue