Skip to content

Commit

Permalink
Merge pull request #264 from topoteretes/gh-actions-all-branches
Browse files Browse the repository at this point in the history
test: Update gh actions so they can run outside of PR to main
  • Loading branch information
hajdul88 authored Dec 6, 2024
2 parents 071aa66 + d254471 commit 3856712
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 28 deletions.
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

0 comments on commit 3856712

Please sign in to comment.