Skip to content

Commit

Permalink
docs: only run chart lint if changed
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 helm#105

Signed-off-by: Marco Lecheler <marco@task.media>
  • Loading branch information
fty4 committed Jan 6, 2023
1 parent afea100 commit ba17b0b
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 ba17b0b

Please sign in to comment.