From cf153813e1377f8b96d1ecf32bc20238074d7796 Mon Sep 17 00:00:00 2001 From: BodoBolero Date: Tue, 17 Dec 2024 11:43:46 +0100 Subject: [PATCH] temporarily disable other tests --- .github/workflows/benchmarking.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmarking.yml b/.github/workflows/benchmarking.yml index 585af8529b80..da056a929a43 100644 --- a/.github/workflows/benchmarking.yml +++ b/.github/workflows/benchmarking.yml @@ -363,7 +363,7 @@ jobs: secrets: inherit pgbench-compare: - if: ${{ github.event.inputs.run_only_pgvector_tests == 'false' || github.event.inputs.run_only_pgvector_tests == null }} + if: ${{ github.event.inputs.run_only_pgvector_tests == 'true' || github.event.inputs.run_only_pgvector_tests == null }} needs: [ generate-matrices, prepare_AWS_RDS_databases ] permissions: contents: write @@ -539,6 +539,7 @@ jobs: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} pgbench-pgvector: + if: ${{ github.event.inputs.run_only_pgvector_tests == 'false' || github.event.inputs.run_only_pgvector_tests == null }} permissions: contents: write statuses: write