Document ignored webhook failures

Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-01-25 01:58:21 +00:00
parent 823dce3477
commit 8a1f31f15a

View File

@ -349,5 +349,5 @@ jobs:
fi
if [ "$http_code" -lt 200 ] || [ "$http_code" -ge 300 ]; then
echo "Discord notification failed with HTTP $http_code: $(cat "$response_file")"
echo "Continuing without failing the release job."
fi
exit 0