From 13e47b6add6da28127d4b2d0469d4f9fb7814f90 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 19 Oct 2024 20:29:55 +0200 Subject: [PATCH] Update common-tests.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/common-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common-tests.yaml b/.github/workflows/common-tests.yaml index 090945a8e2a14..a1e6b92a31273 100644 --- a/.github/workflows/common-tests.yaml +++ b/.github/workflows/common-tests.yaml @@ -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