From f5508e9a7c2e5b65241f7521c65869e5ad8a9168 Mon Sep 17 00:00:00 2001 From: Jeremy Denquin Date: Thu, 15 Feb 2024 16:59:16 +0100 Subject: [PATCH] only lint --- .github/workflows/chart-testing.yml | 17 +---------------- examples/ci/values.yml | 2 -- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 examples/ci/values.yml diff --git a/.github/workflows/chart-testing.yml b/.github/workflows/chart-testing.yml index f3d2de3..8a3f5a2 100644 --- a/.github/workflows/chart-testing.yml +++ b/.github/workflows/chart-testing.yml @@ -19,21 +19,6 @@ jobs: - name: Set up chart-testing uses: helm/chart-testing-action@v2 - - - name: Run chart-testing (list-changed) - id: list-changed - run: | - changed=$(ct list-changed) - if [[ -n "$changed" ]]; then - echo "{changed}={true}" >> $GITHUB_OUTPUT - fi - + - name: Run chart-testing (lint) run: ct lint - - - name: Create Kind cluster - uses: helm/kind-action@v1 - if: ${{ needs.list-changed.outputs.changed }} == 'true' - - - name: Run chart-testing (install) - run: ct install \ No newline at end of file diff --git a/examples/ci/values.yml b/examples/ci/values.yml deleted file mode 100644 index 5659a80..0000000 --- a/examples/ci/values.yml +++ /dev/null @@ -1,2 +0,0 @@ -frontUrl: https://foobar.dev -apiUrl: https://foobar.dev \ No newline at end of file