This is an automated email from the ASF dual-hosted git repository. vgalaxies pushed a commit to branch fixup-commons in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
commit a767d73182011d9f4334faceede5701da35c49a9 Author: VGalaxies <[email protected]> AuthorDate: Thu Aug 22 20:09:42 2024 +0800 setup --- .asf.yaml | 3 +-- .github/workflows/server-ci.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 8bf1cbee0..bb5d874a3 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -28,8 +28,7 @@ github: del_branch_on_merge: true #labels: enabled_merge_buttons: - # TODO: disable it after common merged - merge: true + merge: false rebase: true squash: true protected_branches: diff --git a/.github/workflows/server-ci.yml b/.github/workflows/server-ci.yml index 7f7879ad0..d640124ff 100644 --- a/.github/workflows/server-ci.yml +++ b/.github/workflows/server-ci.yml @@ -9,8 +9,7 @@ on: pull_request: jobs: - # TODO: rename to build-server later - build: + build-server: # TODO: we need test & replace it to ubuntu-24.04 or ubuntu-latest runs-on: ubuntu-20.04 env:
