Skip to content

Commit 3d22a00

Browse files
Update test-helm-chart.yml
1 parent 62ce297 commit 3d22a00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)