diff --git a/scripts/assert-changed-files-actions.sh b/scripts/assert-changed-files-actions.sh index 2a45a8f650..c7a1851821 100755 --- a/scripts/assert-changed-files-actions.sh +++ b/scripts/assert-changed-files-actions.sh @@ -34,7 +34,7 @@ fi if [ "$FILES_COUNT" -eq 0 ]; then echo "0 files matching '$GREP_PATTERN'; exiting and marking successful." - exit 1 + exit 0 else echo "$FILES_COUNT file(s) matching '$GREP_PATTERN'; continuing." fi