From ba17b0b6a153503e91d1dffdc84a241c3e577d9c Mon Sep 17 00:00:00 2001 From: Marco Lecheler Date: Fri, 6 Jan 2023 15:58:10 +0100 Subject: [PATCH] docs: only run chart lint if changed 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 788d667..b714d1f 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