From 181f294aeeca1e4eafee2dd990a741db962b1886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=97=AA=D1=94=CE=BD=CE=B9=CE=B7=20=E1=97=B7=CF=85=D0=BD?= =?UTF-8?q?=CA=9F?= Date: Wed, 17 Feb 2021 17:53:55 -0500 Subject: [PATCH] fix: chart-lint-test workflow --- .github/workflows/charts-lint-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/charts-lint-test.yaml b/.github/workflows/charts-lint-test.yaml index 0a3e1c05..50414cbb 100644 --- a/.github/workflows/charts-lint-test.yaml +++ b/.github/workflows/charts-lint-test.yaml @@ -4,10 +4,10 @@ on: pull_request: paths: - 'charts/**' - - '!charts/**/CHANGELOG.md.gotmpl' - - '!charts/**/CUSTOM_CONFIG.md.gotmpl' - '!charts/**/README.md' - '!charts/**/README.md.gotmpl' + - '!charts/**/README_CHANGELOG.md.gotmpl' + - '!charts/**/README_CONFIG.md.gotmpl' jobs: lint: