mirror of https://github.com/milvus-io/milvus.git
[skip ci]Disable all-contributors (#7751)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>pull/7712/head
parent
a872a4357c
commit
489e4f7305
|
@ -11,7 +11,7 @@ on:
|
|||
# │ │ │ │ │
|
||||
# │ │ │ │ │
|
||||
# │ │ │ │ │
|
||||
- cron: '* 0 * * *'
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
contributor:
|
||||
|
@ -52,13 +52,13 @@ jobs:
|
|||
customUserConfig: 'milvus-io/milvus/.contributors'
|
||||
workingDir: '/home/runner/work/milvus/milvus/milvus'
|
||||
|
||||
- name: commit code
|
||||
run: |
|
||||
cd milvus
|
||||
pwd
|
||||
git add -u
|
||||
git commit -s -m 'Update all contributors'
|
||||
git push
|
||||
# - name: commit code
|
||||
# run: |
|
||||
# cd milvus
|
||||
# pwd
|
||||
# git add -u
|
||||
# git commit -s -m 'Update all contributors'
|
||||
# git push
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue