diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index c5553970..22fa5d1d 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -111,9 +111,4 @@ jobs: - name: Run chart-testing (install ${{ matrix.test_case }}) id: install if: steps.list-changed.outputs.changed == 'true' - run: | - if [[ ${{ matrix.test_case }} == 'Default - no custom values' ]]; then - ct install --target-branch ${{ github.event.repository.default_branch }} - else - ct install --target-branch ${{ github.event.repository.default_branch }} ${{ matrix.helm_args }} - fi + run: ct install --target-branch ${{ github.event.repository.default_branch }} ${{ matrix.helm_args }}