Skip to content

Commit

Permalink
don't lint if only test files changed
Browse files Browse the repository at this point in the history
  • Loading branch information
eliobischof committed Apr 30, 2024
1 parent 67550c1 commit 0100651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- id: 'lint'
name: Lint The Chart
run: 'ct lint --target-branch ${{ github.event.repository.default_branch }}'
if: steps.list-changed.outputs.changed == 'true' || steps.list-changed-test.outputs.any_changed == 'true'
if: steps.list-changed.outputs.changed == 'true'

- id: 'create-kind'
name: Create Kubernetes Cluster with KinD
Expand Down

0 comments on commit 0100651

Please sign in to comment.