From 001fd7c57ad739ce3c0a2ac78300103f033af9d4 Mon Sep 17 00:00:00 2001 From: Martina Iglesias Fernandez Date: Fri, 9 Oct 2020 08:31:05 +0200 Subject: [PATCH] Only lint charts on Pull Requests --- .github/workflows/charts-lint-test.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/charts-lint-test.yaml b/.github/workflows/charts-lint-test.yaml index ab73407e9d..032f70f96f 100644 --- a/.github/workflows/charts-lint-test.yaml +++ b/.github/workflows/charts-lint-test.yaml @@ -18,15 +18,3 @@ jobs: with: command: lint config: ct.yaml - - - name: Create kind cluster - uses: helm/kind-action@v1.0.0 - # Only build a kind cluster if there are chart changes to test. - if: steps.lint.outputs.changed == 'true' - - - name: Install charts - uses: helm/chart-testing-action@v1.1.0 - if: steps.lint.outputs.changed == 'true' - with: - command: install - config: ct.yaml