Skip to content

Commit 6e53f8c

Browse files
authored
Merge pull request #287 from cipherstash/hot-fix-helm
fix(helm): PR_BYPASS linting misconfiguration
2 parents 7375195 + 6887c34 commit 6e53f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-test-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Run chart-testing (lint)
6363
if: steps.list-changed.outputs.changed == 'true'
64-
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
64+
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --check-version-increment=false
6565

6666
- name: Create kind cluster
6767
if: steps.list-changed.outputs.changed == 'true'

0 commit comments

Comments
 (0)