From e91d33b28710227a507e804c4cbcb74573e89b2a Mon Sep 17 00:00:00 2001 From: Hampus Carlsson Date: Wed, 7 Aug 2024 15:35:23 +0200 Subject: [PATCH] Remove linting conditional for now --- .github/workflows/lint-test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 7bfbfb7..03eb54f 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -36,13 +36,13 @@ jobs: fi - name: Run chart-testing (lint) - if: steps.list-changed.outputs.changed == 'true' + # if: steps.list-changed.outputs.changed == 'true' run: ct lint --target-branch ${{ github.event.repository.default_branch }} - name: Create kind cluster - if: steps.list-changed.outputs.changed == 'true' + # if: steps.list-changed.outputs.changed == 'true' uses: helm/kind-action@v1.10.0 - name: Run chart-testing (install) - if: steps.list-changed.outputs.changed == 'true' + # if: steps.list-changed.outputs.changed == 'true' run: ct install --target-branch ${{ github.event.repository.default_branch }} \ No newline at end of file