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