From 8a1f31f15abfe5a6c05cfa371a02d6d5db47beb5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 25 Jan 2026 01:58:21 +0000 Subject: [PATCH] Document ignored webhook failures Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 665dcc460..93e518a45 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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