From d165009a220d52f02b38a9d4a70aebd85203b89b Mon Sep 17 00:00:00 2001 From: thanhnc2 Date: Thu, 2 May 2024 22:59:54 +0700 Subject: [PATCH] update actions --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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