Skip to content

Commit

Permalink
(chore) Enable continue-on-error for deploy job (openmrs#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Feb 8, 2024
1 parent 638c38f commit 537ae4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,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 537ae4c

Please sign in to comment.