Merge pull request #48 from a5r0n/ci-lint

ci: do not lint chart version on pull requests
This commit is contained in:
a5r0n
2024-09-06 17:52:36 +03:00
committed by GitHub
+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]