브렌치 순회 중 exit 1 제거 상위로 위임.
Some checks failed
Git Repository Backup (Pre-scan) / backup (push) Failing after 1h41m49s
Some checks failed
Git Repository Backup (Pre-scan) / backup (push) Failing after 1h41m49s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user