Update common-tests.yaml

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2024-10-19 20:29:55 +02:00
committed by GitHub
parent 22884f0814
commit 13e47b6add
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
- name: Check for changes in specific folder
id: check_changes
run: |
if git diff --exit-code HEAD^ HEAD -- path/to/your/folder; then
if git diff --exit-code HEAD^ HEAD -- charts/library/common; then
echo "No changes detected in the folder."
echo "::set-output name=changes_detected::false"
else