mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 21:42:56 +00:00
run benchmarks conditionally, on main or if run_benchmarks label is set
This commit is contained in:
committed by
Dmitry Rodionov
parent
71f39bac3d
commit
b4f2c5b514
1
.github/workflows/build_and_test.yml
vendored
1
.github/workflows/build_and_test.yml
vendored
@@ -218,6 +218,7 @@ jobs:
|
||||
runs-on: dev
|
||||
container: 369495373322.dkr.ecr.eu-central-1.amazonaws.com/rustlegacy:2746987948
|
||||
needs: [ build-neon ]
|
||||
if: github.ref_name == 'main' || contains(github.event.pull_request.labels.*.name, 'run-benchmarks')
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user