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: on:
workflow_dispatch: workflow_dispatch:
pull_request: pull_request:
branches:
- main
types: [labeled, synchronize] types: [labeled, synchronize]
concurrency: concurrency:

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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