Don't attempt to install the CRDs if we have no changes

This commit is contained in:
2023-09-01 13:55:53 +01:00
committed by GitHub
parent a2cfdc0fa5
commit 71a2a2a3fe

View File

@@ -51,6 +51,7 @@ jobs:
- name: Install CRDs
run: |
cat crds/*.yaml | kubectl apply -f -
if: steps.list-changed.outputs.changed == 'true'
- name: Run chart-testing (install)
run: ct install --config .github/ct.yaml