Update common-tests.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
|||||||
- name: Check for changes in specific folder
|
- name: Check for changes in specific folder
|
||||||
id: check_changes
|
id: check_changes
|
||||||
run: |
|
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 "No changes detected in the folder."
|
||||||
echo "::set-output name=changes_detected::false"
|
echo "::set-output name=changes_detected::false"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user