From f1573962b86e67eab3246518bfc9659ae6d5b83f Mon Sep 17 00:00:00 2001 From: BodoBolero Date: Tue, 5 Nov 2024 17:44:23 +0100 Subject: [PATCH] don't need prepare databases for ingest bench --- .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 a7fef6d575..3f820b998f 100644 --- a/.github/workflows/benchmarking.yml +++ b/.github/workflows/benchmarking.yml @@ -71,7 +71,7 @@ jobs: aws-region: eu-central-1 role-to-assume: ${{ vars.DEV_AWS_OIDC_ROLE_ARN }} role-duration-seconds: 43199 # almost 12 hours - + - name: Download Neon artifact uses: ./.github/actions/download with: @@ -384,6 +384,7 @@ jobs: echo "matrix=$(echo "$matrix" | jq --compact-output '.')" >> $GITHUB_OUTPUT prepare_AWS_RDS_databases: + if: ${{ github.event.inputs.run_only_ingest_tests == 'false' || github.event.inputs.run_only_ingest_tests == null }} uses: ./.github/workflows/_benchmarking_preparation.yml secrets: inherit