From 942b6a1cc86e5803e901ef76501bf50e152b97d9 Mon Sep 17 00:00:00 2001 From: Vincent Fazio Date: Mon, 23 Dec 2024 11:42:35 +1100 Subject: [PATCH 1/2] Update build_models.yml --- .github/workflows/build_models.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_models.yml b/.github/workflows/build_models.yml index e2a5214..4027bfa 100644 --- a/.github/workflows/build_models.yml +++ b/.github/workflows/build_models.yml @@ -1,10 +1,9 @@ # This workflow builds model web assets from model sources -# with an option to build a release using current master # TODO: Parameterize model source tag ${{env.SRC_TAG}} -name: Build Models +name: Build Models Backend env: - # Model source tag + # Model source tag: models are built using this source SRC_TAG: 'PORTAL_RELEASE_20210718' on: From 043f36460956519ca453c1eaaefe723ba00f9a38 Mon Sep 17 00:00:00 2001 From: Vincent Fazio Date: Mon, 23 Dec 2024 11:43:08 +1100 Subject: [PATCH 2/2] Update build_backend.yml --- .github/workflows/build_backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_backend.yml b/.github/workflows/build_backend.yml index adbfe9f..bbe27b0 100644 --- a/.github/workflows/build_backend.yml +++ b/.github/workflows/build_backend.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python -name: Build backend +name: Build API Backend on: push: