filter for path
Some checks failed
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-12-01 22:59:59 -06:00
parent b01be4abe4
commit 27ab96a003

View File

@@ -64,7 +64,7 @@ jobs:
run: |
cd ${MAIN_DIR}
GIT_DIFF=$(git diff --name-only ${{ gitea.event.before }}..HEAD | xargs -I {} dirname {} | sort -u)
GIT_DIFF=$(git diff --name-only ${{ gitea.event.before }}..HEAD | xargs -I {} dirname {} | sort -u | grep "clusters/cl01tl/helm/")
CHANGED_DIR=()
echo ">> Checking for changes .."