This commit is contained in:
@@ -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 .."
|
||||
|
||||
Reference in New Issue
Block a user