mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
enhance: [skip e2e] failed to run all-contributors workflow (#29974)
issue: #30025 Signed-off-by: Sammy Huang <sammy.huang@zilliz.com>
This commit is contained in:
parent
c68c128e47
commit
750166fd97
4
.github/workflows/all-contributors.yaml
vendored
4
.github/workflows/all-contributors.yaml
vendored
@ -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…
x
Reference in New Issue
Block a user