mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[skip e2e]Disable contributor action when repo is not milvus (#16795)
Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
parent
8736372fd2
commit
5022858894
1
.github/workflows/all-contributors.yaml
vendored
1
.github/workflows/all-contributors.yaml
vendored
@ -16,6 +16,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
contributor:
|
contributor:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository == 'milvus-io/milvus'
|
||||||
steps:
|
steps:
|
||||||
- name: checkout code
|
- name: checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user