Disable therock summary check, make it always positive (#1675)

这个提交包含在:
Danylo Lytovchenko
2025-11-04 12:58:53 +01:00
提交者 GitHub
父节点 f4a65875d5
当前提交 0c32b90130
+6 -4
查看文件
@@ -124,7 +124,9 @@ jobs:
| jq --raw-output \
'map_values(select(.result!="success" and .result!="skipped")) | keys | join(",")' \
)"
if [[ "${FAILED_JOBS}" != "" ]]; then
echo "The following jobs failed: ${FAILED_JOBS}"
exit 1
fi
exit 0
# TODO: uncomment when theRock CI is no longer requirement for merge
# if [[ "${FAILED_JOBS}" != "" ]]; then
# echo "The following jobs failed: ${FAILED_JOBS}"
# exit 1
# fi