mirror of https://github.com/milvus-io/milvus.git
[skip ci]Change all-contributions action to cronjob (#6043)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>pull/6047/head^2
parent
ae214d63b9
commit
685c98ad5f
|
@ -1,6 +1,9 @@
|
|||
name: add contributor
|
||||
|
||||
on: push
|
||||
on:
|
||||
schedule:
|
||||
# * is a special character in YAML so you have to quote this string
|
||||
- cron: '50 11 * * *'
|
||||
|
||||
jobs:
|
||||
contributor:
|
||||
|
|
Loading…
Reference in New Issue