Better logging for all-good

This commit is contained in:
Konstantin Wohlwend 2025-06-17 15:11:23 -07:00
parent 2bcbe01ea5
commit ab5d33647d

View File

@ -105,6 +105,8 @@ jobs:
if [ -n "$PR_HEAD_SHA" ] && [ "$PR_HEAD_SHA" != "$COMMIT" ]; then
echo "$pr_response" | jq -r '.check_runs[] | select(.conclusion != "success") | .name' | sed 's/^/ - /'
fi
echo "$commit_response"
echo "$pr_response"
exit 1
fi
done