Skip to content

Commit

Permalink
fix: only run chart test when chart changed
Browse files Browse the repository at this point in the history
  • Loading branch information
almadigabor committed Sep 19, 2022
1 parent a4fd549 commit 570e5a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/helm-lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ jobs:
# define charts to test with the --charts parameter
- name: Run chart-testing (install)
run: ct install --charts charts/release-deployment --config charts/chart-testing-config.yaml
if: steps.list-changed.outputs.changed == 'true'

0 comments on commit 570e5a2

Please sign in to comment.