브렌치 순회 중 exit 1 제거 상위로 위임.
Some checks failed
Git Repository Backup (Pre-scan) / backup (push) Failing after 1h41m49s

This commit is contained in:
Lectom C Han
2025-12-23 08:54:13 +09:00
parent eaebcad475
commit b61a12cba6
3 changed files with 3 additions and 3 deletions

View File

@@ -546,8 +546,7 @@ jobs:
fi
if (( TOTAL_ERROR > 0 )); then
echo "::warning::One or more branches failed (${TOTAL_ERROR})."
exit 1
echo "::warning::One or more branches failed (${TOTAL_ERROR}). Proceeding to report generation..."
fi
- name: Build markdown report