We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ecaaa commit ed1cd54Copy full SHA for ed1cd54
.github/workflows/build.yaml
@@ -71,11 +71,13 @@ jobs:
71
ci/helm-chart/**
72
73
- name: Install helm
74
+ if: steps.changed-files.outputs.any_changed == 'true'
75
uses: azure/setup-helm@v3.3
76
with:
77
token: ${{ secrets.GITHUB_TOKEN }}
78
79
- name: Install helm kubeval plugin
80
81
run: helm plugin install https://github.com/instrumenta/helm-kubeval
82
83
- name: Lint Helm chart
0 commit comments