Skip to content

Commit

Permalink
test: Update gh actions so they can run outside of PR to main
Browse files Browse the repository at this point in the history
Allow github actions to run on PRs that aren't targeting main

Test
  • Loading branch information
dexters1 committed Dec 6, 2024
1 parent acf0368 commit d254471
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 d254471

Please sign in to comment.