diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a976daa..8dd02c2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,7 +37,7 @@ jobs: run: ct lint --target-branch ${{ github.event.repository.default_branch }} - name: chart check - if: steps.list-changed.outputs.changed == 'true' + # if: steps.list-changed.outputs.changed == 'true' run: helm template render . | yamllint -- # - name: Create kind cluster