From d837d9b9e9414390a2cd75718d5da2fafee26b18 Mon Sep 17 00:00:00 2001 From: Wires77 Date: Sun, 26 Oct 2025 04:02:23 -0500 Subject: [PATCH] Workflow needs to continue even on error --- .github/workflows/backport_receive.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/backport_receive.yml b/.github/workflows/backport_receive.yml index 8f7828bf..1ac4193d 100644 --- a/.github/workflows/backport_receive.yml +++ b/.github/workflows/backport_receive.yml @@ -14,6 +14,7 @@ jobs: with: ref: 'dev' - name: Apply patch + continue-on-error: true run: | curl -L ${{ github.event.client_payload.patch_url }} | git apply -v --reject --intent-to-add - name: Create Pull Request