Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Update gh actions so they can run outside of PR to main #264

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/test_cognee_llama_index_notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: test | llama index notebook
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]

concurrency:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test_cognee_multimedia_notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: test | multimedia notebook
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]

concurrency:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test_dynamic_steps_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: test | dynamic steps example
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]


Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test_milvus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: test | milvus
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]

concurrency:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test_multimedia_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: test | multimedia example
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]


Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test_neo4j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: test | neo4j
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]

concurrency:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test_notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: test | notebook
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]


Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test_pgvector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: test | pgvector
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]


Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test_python_3_10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: test | python 3.10
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]

concurrency:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test_python_3_11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: test | python 3.11
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]

concurrency:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test_python_3_9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: test | python 3.9
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]

concurrency:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test_qdrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: test | qdrant
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]


Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test_simple_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: test | simple example
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]


Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test_weaviate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: test | weaviate
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]


Expand Down
Loading