Skip to content

Commit b567af8

Browse files
authored
docs: only run chart lint if changed (#106)
If no change on the chart was detected the linting should not be executed related to #105 Signed-off-by: Marco Lecheler <[email protected]>
1 parent 4c22ea3 commit b567af8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
fi
6464
6565
- name: Run chart-testing (lint)
66+
if: steps.list-changed.outputs.changed == 'true'
6667
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
6768

6869
- name: Create kind cluster

0 commit comments

Comments
 (0)