From b0625058dbb0e63ffdc6898e15b05a16fde1488f Mon Sep 17 00:00:00 2001 From: grantbirki Date: Sun, 26 Mar 2023 16:44:27 +0100 Subject: [PATCH] update yaml exclude regex --- .github/workflows/json-yaml-validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/json-yaml-validate.yml b/.github/workflows/json-yaml-validate.yml index 13f2b1961..cb6c1ac03 100644 --- a/.github/workflows/json-yaml-validate.yml +++ b/.github/workflows/json-yaml-validate.yml @@ -20,4 +20,4 @@ jobs: uses: GrantBirki/json-yaml-validate@v1.2.0 with: comment: "true" # enable comment mode - yaml_exclude_regex: "charts/external-dns/templates/.*" + yaml_exclude_regex: "(charts\/external-dns\/templates\/.*|mkdocs\\.yml)"