From 158c3585ac7fc11c7595bee8173bc8d9573d4cc7 Mon Sep 17 00:00:00 2001 From: Ye Cao Date: Mon, 5 Feb 2024 12:09:01 +0800 Subject: [PATCH] Build the vineyard dev image temporarily. Signed-off-by: Ye Cao --- .github/workflows/build-graphscope-dev-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-graphscope-dev-images.yml b/.github/workflows/build-graphscope-dev-images.yml index 2e177c0d3f01..c813e22f4a61 100644 --- a/.github/workflows/build-graphscope-dev-images.yml +++ b/.github/workflows/build-graphscope-dev-images.yml @@ -367,7 +367,7 @@ jobs: # since the 'vineyard-dev' image isn't actually pushed in 'pull_request' if: ${{ github.event_name == 'workflow_dispatch' }} && ${{ github.event.inputs.build_vineyard_dev == 'true' }} - needs: [manifest-push-vineyard-dev-image] + #needs: [manifest-push-vineyard-dev-image] steps: - uses: actions/checkout@v3 with: