ci: do not lint chart version on pull requests

This commit is contained in:
a5r0n
2024-09-06 17:47:10 +03:00
committed by GitHub
parent 4816df4a0d
commit 89f84807f8
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
fi
- name: Run chart-testing (lint)
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --chart-dirs . --validate-maintainers=false
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --chart-dirs . --validate-maintainers=false --check-version-increment=false
- name: Create kind cluster
uses: helm/[email protected]