Skip to content

Commit e3e538f

Browse files
committed
don't build-push-docker-images for core and serving
Signed-off-by: Jacob Klegar <jacob@tecton.ai>
1 parent 77067d4 commit e3e538f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/complete.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: [self-hosted]
88
strategy:
99
matrix:
10-
component: [core, serving, jupyter, ci]
10+
component: [jupyter, ci]
1111
env:
1212
GITHUB_PR_SHA: ${{ github.event.pull_request.head.sha }}
1313
REGISTRY: gcr.io/kf-feast

0 commit comments

Comments
 (0)