mirror of https://github.com/milvus-io/milvus.git
enhance: [skip e2e] failed to run all-contributors workflow (#29974)
issue: #30025 Signed-off-by: Sammy Huang <sammy.huang@zilliz.com>pull/29987/head
parent
c68c128e47
commit
750166fd97
|
@ -39,7 +39,7 @@ jobs:
|
|||
isAscend: True
|
||||
width: '30px'
|
||||
customUserConfig: 'milvus-io/milvus/.contributors'
|
||||
workingDir: '/home/runner/work/milvus/milvus'
|
||||
workingDir: ${{ github.workspace }}
|
||||
|
||||
- name: Update README_CN.md
|
||||
uses: milvus-io/hero-bot@dco-enabled
|
||||
|
@ -52,7 +52,7 @@ jobs:
|
|||
isAscend: True
|
||||
width: '30px'
|
||||
customUserConfig: 'milvus-io/milvus/.contributors'
|
||||
workingDir: '/home/runner/work/milvus/milvus'
|
||||
workingDir: ${{ github.workspace }}
|
||||
|
||||
- name: commit code
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue