Skip to content

Commit

Permalink
Linting doesnt need a timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 committed Feb 1, 2024
1 parent e7952fd commit 35573b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Run chart-testing (lint)
if: steps.list-changed.outputs.changed == 'true'
run: ct lint --config ct.yaml --target-branch ${{ github.event.repository.default_branch }} --all --debug --helm-extra-args "--timeout 600s"
run: ct lint --config ct.yaml --target-branch ${{ github.event.repository.default_branch }} --all --debug

- name: Create kind cluster
uses: helm/[email protected]
Expand Down

0 comments on commit 35573b5

Please sign in to comment.