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

Allow github actions to run on PRs that aren't targeting main

Test
This commit is contained in:
Igor Ilic 2024-12-06 11:09:26 +01:00
parent acf036818e
commit d254471023
14 changed files with 0 additions and 28 deletions

View file

@ -3,8 +3,6 @@ name: test | llama index notebook
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]
concurrency:

View file

@ -3,8 +3,6 @@ name: test | multimedia notebook
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]
concurrency:

View file

@ -3,8 +3,6 @@ name: test | dynamic steps example
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]

View file

@ -3,8 +3,6 @@ name: test | milvus
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]
concurrency:

View file

@ -3,8 +3,6 @@ name: test | multimedia example
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]

View file

@ -3,8 +3,6 @@ name: test | neo4j
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]
concurrency:

View file

@ -3,8 +3,6 @@ name: test | notebook
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]

View file

@ -3,8 +3,6 @@ name: test | pgvector
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]

View file

@ -3,8 +3,6 @@ name: test | python 3.10
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]
concurrency:

View file

@ -3,8 +3,6 @@ name: test | python 3.11
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]
concurrency:

View file

@ -3,8 +3,6 @@ name: test | python 3.9
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]
concurrency:

View file

@ -3,8 +3,6 @@ name: test | qdrant
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]

View file

@ -3,8 +3,6 @@ name: test | simple example
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]

View file

@ -3,8 +3,6 @@ name: test | weaviate
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled, synchronize]