Remove automatic execution of test that require LLM inputs from merge requests onto main

This commit is contained in:
Leon Luithlen 2024-11-08 14:26:20 +01:00
parent 4dbf559a59
commit c62800c2f0
5 changed files with 0 additions and 15 deletions

View file

@ -1,9 +1,6 @@
name: test | neo4j name: test | neo4j
on: on:
pull_request:
branches:
- main
workflow_dispatch: workflow_dispatch:
concurrency: concurrency:

View file

@ -1,9 +1,6 @@
name: test | notebook name: test | notebook
on: on:
pull_request:
branches:
- main
workflow_dispatch: workflow_dispatch:
concurrency: concurrency:

View file

@ -1,9 +1,6 @@
name: test | pgvector name: test | pgvector
on: on:
pull_request:
branches:
- main
workflow_dispatch: workflow_dispatch:
concurrency: concurrency:

View file

@ -1,9 +1,6 @@
name: test | qdrant name: test | qdrant
on: on:
pull_request:
branches:
- main
workflow_dispatch: workflow_dispatch:
concurrency: concurrency:

View file

@ -1,9 +1,6 @@
name: test | weaviate name: test | weaviate
on: on:
pull_request:
branches:
- main
workflow_dispatch: workflow_dispatch:
concurrency: concurrency: