From 0f9aa5fbec007366dc445c96e61824ba04203cb4 Mon Sep 17 00:00:00 2001 From: Bennu Date: Thu, 10 Aug 2023 20:27:29 +0800 Subject: [PATCH] Update knowhere commit update action (#26272) Signed-off-by: Bennu-Li --- .github/workflows/update-knowhere-commit.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-knowhere-commit.yaml b/.github/workflows/update-knowhere-commit.yaml index 0042989d9..6739c175b 100644 --- a/.github/workflows/update-knowhere-commit.yaml +++ b/.github/workflows/update-knowhere-commit.yaml @@ -12,7 +12,7 @@ on: # │ │ │ │ │ # │ │ │ │ │ # │ │ │ │ │ - - cron: '0 5 * * *' + - cron: '0 15 * * *' jobs: @@ -29,8 +29,8 @@ jobs: id: get-knowhere-latest-commit run: | cd .. - git clone https://github.com/milvus-io/knowhere.git - cd knowhere + git clone https://github.com/zilliztech/Knowhere.git + cd Knowhere export commit=$(git rev-parse --short HEAD) echo $commit echo "::set-output name=knowhere-commit::$commit" -- GitLab