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

This reverts commit 0c32b90130.
Этот коммит содержится в:
Joseph Macaranas
2025-11-04 14:17:37 -05:00
коммит произвёл GitHub
родитель 6356c179ff
Коммит b19cf0aadf
+4 -6
Просмотреть файл
@@ -124,9 +124,7 @@ jobs:
| jq --raw-output \
'map_values(select(.result!="success" and .result!="skipped")) | keys | join(",")' \
)"
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
if [[ "${FAILED_JOBS}" != "" ]]; then
echo "The following jobs failed: ${FAILED_JOBS}"
exit 1
fi