mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 12:06:57 +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
|
||||
|
||||
- name: Run chart-testing (install)
|
||||
if: steps.list-changed.outputs.changed == 'true'
|
||||
run: |
|
||||
ct install --config charts/.ci/ct-config.yaml
|
||||
|
||||
Reference in New Issue
Block a user