commit f7a48d9d34384936f58db43929a2527d7e389628
parent 0592fae256dbe5e8a917ab3d87c05ec100edbe32
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 1 Mar 2024 15:59:12 +0100
test regardless of change
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml
@@ -40,14 +40,11 @@ jobs:
fi
- name: Run chart-testing (lint)
- if: steps.list-changed.outputs.changed == 'true'
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
- name: Create kind cluster
- if: steps.list-changed.outputs.changed == 'true'
uses: helm/kind-action@v1.8.0
- name: Run chart-testing (install)
- if: steps.list-changed.outputs.changed == 'true'
run: ct install --target-branch ${{ github.event.repository.default_branch }}