.github/workflows/charts-lint-test.yaml: do not test installation right now

This commit is contained in:
Johannes Kastl
2023-03-08 21:00:51 +01:00
parent 2b1618a9d0
commit 4c5cdfc2cf

View File

@@ -35,9 +35,9 @@ jobs:
- name: Run chart-testing (lint)
run: ct lint --target-branch main
- name: Create kind cluster
uses: helm/kind-action@v1.4.0
if: steps.list-changed.outputs.changed == 'true'
# - name: Create kind cluster
# uses: helm/kind-action@v1.4.0
# if: steps.list-changed.outputs.changed == 'true'
- name: Run chart-testing (install)
run: ct install --target-branch main
# - name: Run chart-testing (install)
# run: ct install --target-branch main