Remove automatic execution of test that require LLM inputs from merge requests onto main
This commit is contained in:
parent
4dbf559a59
commit
c62800c2f0
5 changed files with 0 additions and 15 deletions
3
.github/workflows/test_neo4j.yml
vendored
3
.github/workflows/test_neo4j.yml
vendored
|
|
@ -1,9 +1,6 @@
|
|||
name: test | neo4j
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
3
.github/workflows/test_notebook.yml
vendored
3
.github/workflows/test_notebook.yml
vendored
|
|
@ -1,9 +1,6 @@
|
|||
name: test | notebook
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
3
.github/workflows/test_pgvector.yml
vendored
3
.github/workflows/test_pgvector.yml
vendored
|
|
@ -1,9 +1,6 @@
|
|||
name: test | pgvector
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
3
.github/workflows/test_qdrant.yml
vendored
3
.github/workflows/test_qdrant.yml
vendored
|
|
@ -1,9 +1,6 @@
|
|||
name: test | qdrant
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
3
.github/workflows/test_weaviate.yml
vendored
3
.github/workflows/test_weaviate.yml
vendored
|
|
@ -1,9 +1,6 @@
|
|||
name: test | weaviate
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue