File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,22 +36,11 @@ jobs:
3636 - name : Set up chart-testing
3737 uses : helm/chart-testing-action@v2.7.0
3838
39- - name : Run chart-testing (list-changed)
40- id : list-changed
41- run : |
42- changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }})
43- if [[ -n "$changed" ]]; then
44- echo "changed=true" >> "$GITHUB_OUTPUT"
45- fi
46-
4739 - name : Run chart-testing (lint)
48- if : steps.list-changed.outputs.changed == 'true'
4940 run : ct lint --target-branch ${{ github.event.repository.default_branch }}
5041
5142 - name : Create kind cluster
52- if : steps.list-changed.outputs.changed == 'true'
5343 uses : helm/kind-action@v1.12.0
5444
5545 - name : Run chart-testing (install)
56- if : steps.list-changed.outputs.changed == 'true'
5746 run : ct install --target-branch ${{ github.event.repository.default_branch }}
You can’t perform that action at this time.
0 commit comments