Skip to content

Commit

Permalink
Skip version increment check
Browse files Browse the repository at this point in the history
  • Loading branch information
jochbru committed Jul 9, 2024
1 parent 7518848 commit 7486084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chart-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Run chart-testing (lint)
if: steps.list-changed.outputs.changed == 'true'
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --check-version-increment=false

- name: Create kind cluster
if: steps.list-changed.outputs.changed == 'true'
Expand Down

0 comments on commit 7486084

Please sign in to comment.