From 5b28f3d964552745b50ae792e8f15f335e75f221 Mon Sep 17 00:00:00 2001 From: callum-tait-pbx <52924845+callum-tait-pbx@users.noreply.github.com> Date: Mon, 7 Jun 2021 09:31:55 +0100 Subject: [PATCH] ci: correcting negative paths (#606) --- .github/workflows/on-push-lint-charts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-push-lint-charts.yml b/.github/workflows/on-push-lint-charts.yml index 7d0d1bb7..2c54fe4e 100644 --- a/.github/workflows/on-push-lint-charts.yml +++ b/.github/workflows/on-push-lint-charts.yml @@ -4,11 +4,11 @@ on: push: paths: - 'charts/**' - - '!charts/docs/**' + - '!charts/actions-runner-controller/docs/**' + - '!charts/actions-runner-controller/*.md' - '.github/**' - '!.github/*.md' workflow_dispatch: - env: KUBE_SCORE_VERSION: 1.10.0 HELM_VERSION: v3.4.1