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