Skip to content

Commit ed1cd54

Browse files
committed
fixup!: only install helm deps if changes
1 parent f9ecaaa commit ed1cd54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,13 @@ jobs:
7171
ci/helm-chart/**
7272
7373
- name: Install helm
74+
if: steps.changed-files.outputs.any_changed == 'true'
7475
uses: azure/setup-helm@v3.3
7576
with:
7677
token: ${{ secrets.GITHUB_TOKEN }}
7778

7879
- name: Install helm kubeval plugin
80+
if: steps.changed-files.outputs.any_changed == 'true'
7981
run: helm plugin install https://github.com/instrumenta/helm-kubeval
8082

8183
- name: Lint Helm chart

0 commit comments

Comments
 (0)