Skip to content

Commit

Permalink
(chore) Enable continue-on-error for deploy job (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Jan 22, 2024
1 parent 797e07e commit abe547b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
steps:
- name: Trigger RefApp Build
uses: fjogeleit/http-request-action@master
continue-on-error: true
with:
url: https://ci.openmrs.org/rest/api/latest/queue/REFAPP-D3X
method: "POST"
Expand Down

0 comments on commit abe547b

Please sign in to comment.