Try run-checks approach

This commit is contained in:
Leon Luithlen 2024-11-08 14:44:49 +01:00
parent c62800c2f0
commit c2dfe25ef2
5 changed files with 34 additions and 0 deletions

View file

@ -2,6 +2,10 @@ name: test | neo4j
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@ -11,6 +15,8 @@ env:
RUNTIME__LOG_LEVEL: ERROR
jobs:
if: ${{ github.event.label.name == 'run-checks' }}
get_docs_changes:
name: docs changes
uses: ./.github/workflows/get_docs_changes.yml

View file

@ -2,6 +2,11 @@ name: test | notebook
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@ -11,6 +16,8 @@ env:
RUNTIME__LOG_LEVEL: ERROR
jobs:
if: ${{ github.event.label.name == 'run-checks' }}
get_docs_changes:
name: docs changes
uses: ./.github/workflows/get_docs_changes.yml

View file

@ -2,6 +2,11 @@ name: test | pgvector
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@ -11,6 +16,8 @@ env:
RUNTIME__LOG_LEVEL: ERROR
jobs:
if: ${{ github.event.label.name == 'run-checks' }}
get_docs_changes:
name: docs changes
uses: ./.github/workflows/get_docs_changes.yml

View file

@ -2,6 +2,11 @@ name: test | qdrant
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@ -11,6 +16,8 @@ env:
RUNTIME__LOG_LEVEL: ERROR
jobs:
if: ${{ github.event.label.name == 'run-checks' }}
get_docs_changes:
name: docs changes
uses: ./.github/workflows/get_docs_changes.yml

View file

@ -2,6 +2,11 @@ name: test | weaviate
on:
workflow_dispatch:
pull_request:
branches:
- main
types: [labeled]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@ -11,6 +16,8 @@ env:
RUNTIME__LOG_LEVEL: ERROR
jobs:
if: ${{ github.event.label.name == 'run-checks' }}
get_docs_changes:
name: docs changes
uses: ./.github/workflows/get_docs_changes.yml