We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7375195 + 6887c34 commit 6e53f8cCopy full SHA for 6e53f8c
.github/workflows/lint-test-chart.yml
@@ -61,7 +61,7 @@ jobs:
61
62
- name: Run chart-testing (lint)
63
if: steps.list-changed.outputs.changed == 'true'
64
- run: ct lint --target-branch ${{ github.event.repository.default_branch }}
+ run: ct lint --target-branch ${{ github.event.repository.default_branch }} --check-version-increment=false
65
66
- name: Create kind cluster
67
0 commit comments