diff --git a/.github/workflows/update-knowhere-commit.yaml b/.github/workflows/update-knowhere-commit.yaml index 0042989d9e..6739c175bb 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"