Skip to content

Commit d837d9b

Browse files
committed
Workflow needs to continue even on error
1 parent ac071d1 commit d837d9b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/backport_receive.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
with:
1515
ref: 'dev'
1616
- name: Apply patch
17+
continue-on-error: true
1718
run: |
1819
curl -L ${{ github.event.client_payload.patch_url }} | git apply -v --reject --intent-to-add
1920
- name: Create Pull Request

0 commit comments

Comments
 (0)