mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 14:35:27 +08:00
[skip ci]Change all-contributions action to cronjob (#6043)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
This commit is contained in:
parent
ae214d63b9
commit
685c98ad5f
5
.github/workflows/all-contributors.yaml
vendored
5
.github/workflows/all-contributors.yaml
vendored
@ -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…
x
Reference in New Issue
Block a user