Skip to content

Commit

Permalink
docs: only run chart lint if changed (#106)
Browse files Browse the repository at this point in the history
If no change on the chart was detected the linting should not be executed

related to #105

Signed-off-by: Marco Lecheler <marco@task.media>
  • Loading branch information
fty4 committed Mar 24, 2023
1 parent 4c22ea3 commit b567af8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
fi
- name: Run chart-testing (lint)
if: steps.list-changed.outputs.changed == 'true'
run: ct lint --target-branch ${{ github.event.repository.default_branch }}

- name: Create kind cluster
Expand Down

0 comments on commit b567af8

Please sign in to comment.