Skip to content

Commit

Permalink
(chore) Switch to new frontend build job in CI (openmrs#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Feb 8, 2024
1 parent ea85257 commit 0bd0751
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,21 @@ jobs:
path: |
dist
deploy_form_builder:
runs-on: ubuntu-latest

needs: pre_release

if: ${{ github.event_name == 'push' }}

steps:
- name: Trigger RefApp Build
uses: fjogeleit/http-request-action@master
with:
url: https://ci.openmrs.org/rest/api/latest/queue/O3-BF
method: "POST"
customHeaders: '{ "Authorization": "Bearer ${{ secrets.BAMBOO_TOKEN }}" }'

release:
runs-on: ubuntu-latest

Expand Down Expand Up @@ -145,18 +160,3 @@ jobs:
path: |
dist
deploy_form_builder:
runs-on: ubuntu-latest

needs: pre_release

if: ${{ github.event_name == 'push' }}

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"
customHeaders: '{ "Authorization": "Bearer ${{ secrets.BAMBOO_TOKEN }}" }'

0 comments on commit 0bd0751

Please sign in to comment.