From cc26593a9b16f6ca4a7b460df3cffb1ae979e3ea Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Mon, 30 Jan 2023 14:03:30 -0500 Subject: [PATCH] Skip CT when list-changed=false. (#2228) --- .github/workflows/validate-chart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/validate-chart.yaml b/.github/workflows/validate-chart.yaml index 99fd267d..6eca19f4 100644 --- a/.github/workflows/validate-chart.yaml +++ b/.github/workflows/validate-chart.yaml @@ -78,5 +78,6 @@ jobs: helm install cert-manager jetstack/cert-manager --set installCRDs=true --wait - name: Run chart-testing (install) + if: steps.list-changed.outputs.changed == 'true' run: | ct install --config charts/.ci/ct-config.yaml