fix(ci): 修复CI Gate失败时返回exit 0的P0 Bug (main) #1057

Merged
xiaoxia merged 1 commits from fix/ci-gate-exit-code-main into main 2026-07-28 13:30:40 +08:00
+1 -1
View File
@@ -1805,7 +1805,7 @@ jobs:
echo "❌ CI Gate: FAILED"
echo "失败项: ${FAILED_ITEMS[*]}"
echo "gate_result=failure" >> $GITHUB_OUTPUT
exit 0
exit 1
fi
- name: Report CI trace