Skip to content

Commit

Permalink
Disable maintainer validation
Browse files Browse the repository at this point in the history
  • Loading branch information
luqman-visualt committed Nov 5, 2023
1 parent 77faf2a commit 4442d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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 --validate-maintainers false --target-branch ${{ github.event.repository.default_branch }}

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

0 comments on commit 4442d72

Please sign in to comment.