Skip to content

Commit

Permalink
temporarily disable prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodobolero committed Dec 17, 2024
1 parent 5aec38c commit 15ed310
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,12 +359,13 @@ jobs:
echo "matrix=$(echo "$matrix" | jq --compact-output '.')" >> $GITHUB_OUTPUT
prepare_AWS_RDS_databases:
if: ${{ github.event.inputs.run_only_pgvector_tests == 'false' || github.event.inputs.run_only_pgvector_tests == null }}
uses: ./.github/workflows/_benchmarking_preparation.yml
secrets: inherit

pgbench-compare:
if: ${{ github.event.inputs.run_only_pgvector_tests == 'true' || github.event.inputs.run_only_pgvector_tests == null }}
needs: [ generate-matrices, prepare_AWS_RDS_databases ]
needs: [ generate-matrices ]
permissions:
contents: write
statuses: write
Expand Down

0 comments on commit 15ed310

Please sign in to comment.