From 94dbc446b2e046d6d0be0221b25815d696f19139 Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Sat, 23 Oct 2021 03:25:07 +0000 Subject: [PATCH] Trigger downstream benchmarks off the faster Geant4 overlap check --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ecac4dc..6442362d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -263,5 +263,5 @@ benchmarks:detector: project: EIC/benchmarks/detector_benchmarks strategy: depend needs: - - overlap_check_tgeo + - overlap_check_geant4:full_fast - common:detector -- GitLab