Skip to content

Commit 7eeb112

Browse files
Update helm-test.yml
1 parent d1dbe59 commit 7eeb112

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/helm-test.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ jobs:
2626
python-version: '3.10'
2727
check-latest: true
2828

29-
- name: Set up chart-testing
30-
uses: helm/chart-testing-action@v2.6.1
29+
# - name: Set up chart-testing
30+
# uses: helm/chart-testing-action@v2.6.1
3131

32-
- name: Run chart-testing (list-changed)
33-
id: list-changed
34-
run: |
35-
changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }})
36-
if [[ -n "$changed" ]]; then
37-
echo "changed=true" >> "$GITHUB_OUTPUT"
38-
fi
32+
# - name: Run chart-testing (list-changed)
33+
# id: list-changed
34+
# run: |
35+
# changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }})
36+
# if [[ -n "$changed" ]]; then
37+
# echo "changed=true" >> "$GITHUB_OUTPUT"
38+
# fi
3939

40-
- name: Run chart-testing (lint)
41-
if: steps.list-changed.outputs.changed == 'true'
42-
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
40+
# - name: Run chart-testing (lint)
41+
# if: steps.list-changed.outputs.changed == 'true'
42+
# run: ct lint --target-branch ${{ github.event.repository.default_branch }}
4343

4444
- name: Create kind cluster
4545
if: steps.list-changed.outputs.changed == 'true'

0 commit comments

Comments
 (0)