File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ jobs:
5656
5757 # run all checks but version increment always when something changed
5858 - name : Run chart-testing (lint)
59- run : ct lint --config ct.yaml --target-branch ${{ steps.ct-branch-target.outputs.ct-branch }} --check-version-increment false
59+ run : ct lint --config ct.yaml --target-branch ${{ steps.ct-branch-target.outputs.ct-branch }} --check-version-increment= false
6060 if : steps.list-changed.outputs.changed == 'true'
6161
6262 # run version check only if not dev as in dev we have a `x.y.z-dev` version
6363 # x.y.z gets bumped automatically when doing a release
6464 - name : Run chart-testing (lint)
65- run : ct lint --config ct.yaml --target-branch ${{ steps.ct-branch-target.outputs.ct-branch }} --check-version-increment true
65+ run : ct lint --config ct.yaml --target-branch ${{ steps.ct-branch-target.outputs.ct-branch }} --check-version-increment= true
6666 if : ${{ steps.list-changed.outputs.changed == 'true' && steps.ct-branch-target.outputs.ct-branch != 'dev' }}
6767
6868 # - name: Create kind cluster
You can’t perform that action at this time.
0 commit comments