Skip to content

Commit

Permalink
Merge pull request #48 from a5r0n/ci-lint
Browse files Browse the repository at this point in the history
ci: do not lint chart version on pull requests
  • Loading branch information
a5r0n authored Sep 6, 2024
2 parents 4816df4 + 89f8480 commit 9370b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/kind-action@v1.10.0
Expand Down

0 comments on commit 9370b1c

Please sign in to comment.