Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf committed Dec 23, 2024
2 parents f491980 + 043f364 commit 77e23ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_backend.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/build_models.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 77e23ff

Please sign in to comment.