Tidy up Actions ported from EE (#1732)

This commit is contained in:
Yuhong Sun 2024-06-27 16:20:34 -07:00 committed by GitHub
parent 91c9b2eb42
commit 2140f80891
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@ env:
jobs:
build-and-push:
# for EE, run on special image-builders runners
# TODO: make this a matrix build like the web containers
runs-on:
group: amd64-image-builders

View File

@ -3,7 +3,7 @@ name: Build and Push Model Server Image on Tag
on:
push:
tags:
- 'disabled-model-server-build' # Currently there are no EE features on the model server
- '*'
jobs:
build-and-push: