Skip to content

Commit 2721f22

Browse files
authored
Fix helm-lint workflow name (#412)
1 parent 6e6ac13 commit 2721f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
# Run the chart linting on every PR, even from external repos
2828
lint:
29-
uses: ./.github/workflows/lint.yaml
29+
uses: ./.github/workflows/helm-lint.yaml
3030
with:
3131
ref: ${{ github.event.pull_request.head.sha }}
3232

0 commit comments

Comments
 (0)