From bbbe2bd59ebe70a7692f61ba139feb092d23e080 Mon Sep 17 00:00:00 2001 From: huxleyhu Date: Thu, 25 Apr 2024 17:54:31 +0800 Subject: [PATCH] minor --- .github/workflows/build-graphscope-images-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-graphscope-images-linux.yml b/.github/workflows/build-graphscope-images-linux.yml index 2aafdf19dcd2..26dfa90a8ccc 100644 --- a/.github/workflows/build-graphscope-images-linux.yml +++ b/.github/workflows/build-graphscope-images-linux.yml @@ -31,7 +31,7 @@ env: jobs: build-image-x86-64: - if: (github.ref == 'refs/heads/main' && github.repository == 'alibaba/GraphScope') || (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && github.repository == 'alibaba/GraphScope') || (github.pull_request == 'pull_request') || (github.event_name == 'workflow_dispatch') + # if: (github.ref == 'refs/heads/main' && github.repository == 'alibaba/GraphScope') || (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && github.repository == 'alibaba/GraphScope') || (github.pull_request == 'pull_request') || (github.event_name == 'workflow_dispatch') runs-on: ubuntu-20.04 steps: