diff --git a/.github/workflows/action.yaml b/.github/workflows/action.yaml index 3b92580..2a4986e 100644 --- a/.github/workflows/action.yaml +++ b/.github/workflows/action.yaml @@ -38,10 +38,10 @@ jobs: helm lint kiem-job helm template kiem-job --dry-run > /dev/null - - name: Validate cis-k8s-job - run: | - helm lint cis-k8s-job - helm template cis-k8s-job --dry-run > /dev/null + # - name: Validate cis-k8s-job + # run: | + # helm lint cis-k8s-job + # helm template cis-k8s-job --dry-run > /dev/null helm_push_to_ecr: runs-on: ubuntu-latest