mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +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
|
isAscend: True
|
||||||
width: '30px'
|
width: '30px'
|
||||||
customUserConfig: 'milvus-io/milvus/.contributors'
|
customUserConfig: 'milvus-io/milvus/.contributors'
|
||||||
workingDir: '/home/runner/work/milvus/milvus'
|
workingDir: ${{ github.workspace }}
|
||||||
|
|
||||||
- name: Update README_CN.md
|
- name: Update README_CN.md
|
||||||
uses: milvus-io/hero-bot@dco-enabled
|
uses: milvus-io/hero-bot@dco-enabled
|
||||||
@ -52,7 +52,7 @@ jobs:
|
|||||||
isAscend: True
|
isAscend: True
|
||||||
width: '30px'
|
width: '30px'
|
||||||
customUserConfig: 'milvus-io/milvus/.contributors'
|
customUserConfig: 'milvus-io/milvus/.contributors'
|
||||||
workingDir: '/home/runner/work/milvus/milvus'
|
workingDir: ${{ github.workspace }}
|
||||||
|
|
||||||
- name: commit code
|
- name: commit code
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user