Skip to content

Commit 66e3aa0

Browse files
ci: drop path filter on helm-lint so it always reports status
Path-filtered required checks never fire when no matching files change, leaving the PR stuck on "Expected — Waiting for status to be reported". The job is <1min; run it on every PR.
1 parent 2f1dea8 commit 66e3aa0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/helm-lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Helm Lint
22

33
on:
44
pull_request:
5-
paths:
6-
- 'chart/**'
75

86
jobs:
97
helm-lint:

0 commit comments

Comments
 (0)