From a65ab1744ba7732d474d67f35671ef74c635213c Mon Sep 17 00:00:00 2001 From: sarthak gupta Date: Tue, 2 Jan 2024 12:43:44 +0530 Subject: [PATCH] chore(core): disable console building in make-latest.yml --- .github/workflows/make-latest.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/make-latest.yml b/.github/workflows/make-latest.yml index 7be8f1f43..e62bbe308 100644 --- a/.github/workflows/make-latest.yml +++ b/.github/workflows/make-latest.yml @@ -49,9 +49,9 @@ jobs: with: envFile: .env - - name: Launch Instill VDP (latest) - run: | - make latest BUILD=true PROFILE=all EDITION=local-ce:test + # - name: Launch Instill VDP (latest) + # run: | + # make latest BUILD=true PROFILE=all EDITION=local-ce:test - name: List all docker containers run: |