diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 44d1530..170aeff 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -42,8 +42,6 @@ jobs: - name: Create kind cluster uses: helm/kind-action@v1.1.0 - with: - node_image: kindest/node:v1.20.0 if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install)