From 0d87684b9f9220d51098c174488167b50b531573 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 19 Oct 2024 21:13:27 +0200 Subject: [PATCH] Update charts-lint.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/charts-lint.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index 09689618402..68f22b86f83 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -20,7 +20,6 @@ jobs: lint-and-verify: name: Lint Charts and Verify Dependencies runs-on: ubuntu-latest - if: inputs.chartChangesDetected == 'true' steps: - name: Checkout [master] if: inputs.chartChangesDetected == 'true'