mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-13 13:06:51 +00:00
Skip CT when list-changed=false. (#2228)
This commit is contained in:
1
.github/workflows/validate-chart.yaml
vendored
1
.github/workflows/validate-chart.yaml
vendored
@@ -78,5 +78,6 @@ jobs:
|
|||||||
helm install cert-manager jetstack/cert-manager --set installCRDs=true --wait
|
helm install cert-manager jetstack/cert-manager --set installCRDs=true --wait
|
||||||
|
|
||||||
- name: Run chart-testing (install)
|
- name: Run chart-testing (install)
|
||||||
|
if: steps.list-changed.outputs.changed == 'true'
|
||||||
run: |
|
run: |
|
||||||
ct install --config charts/.ci/ct-config.yaml
|
ct install --config charts/.ci/ct-config.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user