Merge pull request #263 from topoteretes/gh-actions-all-branches
test: Update gh actions so they can run outside of PR to main
This commit is contained in:
commit
351ce92001
14 changed files with 0 additions and 28 deletions
|
|
@ -3,8 +3,6 @@ name: test | llama index notebook
|
|||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
types: [labeled, synchronize]
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
|
|
@ -3,8 +3,6 @@ name: test | multimedia notebook
|
|||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
types: [labeled, synchronize]
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
|
|
@ -3,8 +3,6 @@ name: test | dynamic steps example
|
|||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
types: [labeled, synchronize]
|
||||
|
||||
|
||||
|
|
|
|||
2
.github/workflows/test_milvus.yml
vendored
2
.github/workflows/test_milvus.yml
vendored
|
|
@ -3,8 +3,6 @@ name: test | milvus
|
|||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
types: [labeled, synchronize]
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
|
|
@ -3,8 +3,6 @@ name: test | multimedia example
|
|||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
types: [labeled, synchronize]
|
||||
|
||||
|
||||
|
|
|
|||
2
.github/workflows/test_neo4j.yml
vendored
2
.github/workflows/test_neo4j.yml
vendored
|
|
@ -3,8 +3,6 @@ name: test | neo4j
|
|||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
types: [labeled, synchronize]
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
2
.github/workflows/test_notebook.yml
vendored
2
.github/workflows/test_notebook.yml
vendored
|
|
@ -3,8 +3,6 @@ name: test | notebook
|
|||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
types: [labeled, synchronize]
|
||||
|
||||
|
||||
|
|
|
|||
2
.github/workflows/test_pgvector.yml
vendored
2
.github/workflows/test_pgvector.yml
vendored
|
|
@ -3,8 +3,6 @@ name: test | pgvector
|
|||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
types: [labeled, synchronize]
|
||||
|
||||
|
||||
|
|
|
|||
2
.github/workflows/test_python_3_10.yml
vendored
2
.github/workflows/test_python_3_10.yml
vendored
|
|
@ -3,8 +3,6 @@ name: test | python 3.10
|
|||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
types: [labeled, synchronize]
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
2
.github/workflows/test_python_3_11.yml
vendored
2
.github/workflows/test_python_3_11.yml
vendored
|
|
@ -3,8 +3,6 @@ name: test | python 3.11
|
|||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
types: [labeled, synchronize]
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
2
.github/workflows/test_python_3_9.yml
vendored
2
.github/workflows/test_python_3_9.yml
vendored
|
|
@ -3,8 +3,6 @@ name: test | python 3.9
|
|||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
types: [labeled, synchronize]
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
2
.github/workflows/test_qdrant.yml
vendored
2
.github/workflows/test_qdrant.yml
vendored
|
|
@ -3,8 +3,6 @@ name: test | qdrant
|
|||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
types: [labeled, synchronize]
|
||||
|
||||
|
||||
|
|
|
|||
2
.github/workflows/test_simple_example.yml
vendored
2
.github/workflows/test_simple_example.yml
vendored
|
|
@ -3,8 +3,6 @@ name: test | simple example
|
|||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
types: [labeled, synchronize]
|
||||
|
||||
|
||||
|
|
|
|||
2
.github/workflows/test_weaviate.yml
vendored
2
.github/workflows/test_weaviate.yml
vendored
|
|
@ -3,8 +3,6 @@ name: test | weaviate
|
|||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
types: [labeled, synchronize]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue