From f0f2ed921aed0f34a3de9882d87fd9092c0158c4 Mon Sep 17 00:00:00 2001 From: Jose Costa Teixeira <16153168+costateixeira@users.noreply.github.com> Date: Wed, 10 Sep 2025 22:50:33 +0100 Subject: [PATCH 1/3] fix ghbuild.yml --- .github/workflows/ghbuild.yml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ghbuild.yml b/.github/workflows/ghbuild.yml index 87539a80..fd593e4e 100644 --- a/.github/workflows/ghbuild.yml +++ b/.github/workflows/ghbuild.yml @@ -1,14 +1,23 @@ -name: CI +# This workflow reuses the openHIE GitHub action for building IGs +# Initial idea by Carl Leitner, developed by Elliot Silver, available from: https://www.argentixinfo.com/archives/156 +# Change log: +# v0.1.0 +# 2021-06-18: publish default branches to / , other branches branches/ +# 2021-11-26: reusable workflow +name: FHIR CI Build + +# Controls when the action will run. on: + # Triggers the workflow on push or pull request events for any main branch push: - branches-ignore: + branches-ignore: - 'gh-pages' pull_request: + workflow_dispatch: jobs: - test: - runs-on: ubuntu-latest - steps: - - run: echo "Hello from GitHub Actions!" + # This workflow contains a single job called "build" + call_build: + uses: WorldHealthOrganization/smart-base/.github/workflows/fhirbuild.yml@v1 From 0867eefa2ba5f69a036ffdaf02523f0357ccf43d Mon Sep 17 00:00:00 2001 From: Jose Costa Teixeira <16153168+costateixeira@users.noreply.github.com> Date: Wed, 10 Sep 2025 22:51:34 +0100 Subject: [PATCH 2/3] Update fhirbuild.yml --- .github/workflows/fhirbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fhirbuild.yml b/.github/workflows/fhirbuild.yml index 15fadec1..fd593e4e 100644 --- a/.github/workflows/fhirbuild.yml +++ b/.github/workflows/fhirbuild.yml @@ -20,4 +20,4 @@ on: jobs: # This workflow contains a single job called "build" call_build: - uses: WorldHealthOrganization/smart-base/.github/workflows/fhirbuild.yml@main + uses: WorldHealthOrganization/smart-base/.github/workflows/fhirbuild.yml@v1 From b18ed9cb7bfd2a81aabe03e7ce4b082888575727 Mon Sep 17 00:00:00 2001 From: Jose Costa Teixeira <16153168+costateixeira@users.noreply.github.com> Date: Wed, 10 Sep 2025 22:51:59 +0100 Subject: [PATCH 3/3] Update ghbuild.yml --- .github/workflows/ghbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghbuild.yml b/.github/workflows/ghbuild.yml index fd593e4e..96fe9157 100644 --- a/.github/workflows/ghbuild.yml +++ b/.github/workflows/ghbuild.yml @@ -20,4 +20,4 @@ on: jobs: # This workflow contains a single job called "build" call_build: - uses: WorldHealthOrganization/smart-base/.github/workflows/fhirbuild.yml@v1 + uses: WorldHealthOrganization/smart-base/.github/workflows/ghbuild.yml@v1