From b567af86ba90f3a7cb42937dfd70a34c7c296067 Mon Sep 17 00:00:00 2001 From: Marco Lecheler Date: Fri, 24 Mar 2023 11:34:52 +0100 Subject: [PATCH] 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0809e6a..fb21cc5 100644 --- a/README.md +++ b/README.md @@ -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