From cb5f91ee53ae643b94115a276d55d8d74ec1707f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 4 Dec 2025 16:05:35 -0600 Subject: [PATCH] fix path --- .gitea/workflows/lint-test-helm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/lint-test-helm.yaml b/.gitea/workflows/lint-test-helm.yaml index 89a612ba4..d1d94dd9a 100644 --- a/.gitea/workflows/lint-test-helm.yaml +++ b/.gitea/workflows/lint-test-helm.yaml @@ -5,13 +5,13 @@ on: branches: - main paths: - - 'clusters/*/helm/**' + - 'clusters/cl01tl/helm/**' push: branches: - main paths: - - 'clusters/*/helm/**' + - 'clusters/cl01tl/helm/**' env: CLUSTER: cl01tl