fix: change github actions names
This commit is contained in:
parent
0603fa831c
commit
3577be3d08
3 changed files with 3 additions and 3 deletions
2
.github/workflows/test_common.yml
vendored
2
.github/workflows/test_common.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: common | common
|
||||
name: test | environments
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
|
|||
2
.github/workflows/test_qdrant.yml
vendored
2
.github/workflows/test_qdrant.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: common
|
||||
name: test | qdrant
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
|
|||
2
.github/workflows/test_weaviate.yml
vendored
2
.github/workflows/test_weaviate.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: common
|
||||
name: test | weaviate
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue