Skip to content

Commit

Permalink
ci: turn off validation of maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
Younday committed May 15, 2024
1 parent 56ef2ee commit 19de723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-lint-helm-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Run chart-testing (lint)
if: steps.list-changed.outputs.changed == 'true'
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --chart-dirs helm --charts ${{ matrix.dir }}
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --chart-dirs helm --charts ${{ matrix.dir }} --validate-maintainers=false

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

0 comments on commit 19de723

Please sign in to comment.