chore: Remove if condition to allow gh actions to trigger on push to PR

This commit is contained in:
Igor Ilic 2025-01-08 15:01:19 +01:00
parent 8e1803d713
commit 2e1480d8c0
8 changed files with 0 additions and 10 deletions

View file

@ -17,7 +17,6 @@ jobs:
run_deduplication_test:
name: test
runs-on: ubuntu-latest
if: ${{ github.event.label.name == 'run-checks' }}
defaults:
run:
shell: bash

View file

@ -18,7 +18,6 @@ jobs:
run_milvus:
name: test
runs-on: ubuntu-latest
if: ${{ github.event.label.name == 'run-checks' }}
strategy:
fail-fast: false
defaults:

View file

@ -15,7 +15,6 @@ env:
jobs:
run_neo4j_integration_test:
name: test
if: ${{ github.event.label.name == 'run-checks' }}
runs-on: ubuntu-latest
defaults:

View file

@ -18,7 +18,6 @@ jobs:
run_pgvector_integration_test:
name: test
runs-on: ubuntu-latest
if: ${{ github.event.label.name == 'run-checks' }}
defaults:
run:
shell: bash

View file

@ -18,7 +18,6 @@ jobs:
run_common:
name: test
runs-on: ubuntu-latest
if: ${{ github.event.label.name == 'run-checks' }}
strategy:
fail-fast: false
defaults:

View file

@ -18,7 +18,6 @@ jobs:
run_common:
name: test
runs-on: ubuntu-latest
if: ${{ github.event.label.name == 'run-checks' }}
strategy:
fail-fast: false
defaults:

View file

@ -18,8 +18,6 @@ jobs:
run_qdrant_integration_test:
name: test
runs-on: ubuntu-latest
if: ${{ github.event.label.name == 'run-checks' }}
defaults:
run:
shell: bash

View file

@ -18,8 +18,6 @@ jobs:
run_weaviate_integration_test:
name: test
runs-on: ubuntu-latest
if: ${{ github.event.label.name == 'run-checks' }}
defaults:
run:
shell: bash