From 521e85cb280a0e71fd85f8c0d28666da007b8f8e Mon Sep 17 00:00:00 2001
From: Vakho Tsulaia <vakhtang.tsulaia@cern.ch>
Date: Sat, 22 Jun 2024 22:01:04 -0700
Subject: [PATCH] athena_ci/ci.yml: fixed the run_workflow_tests_run3_mc test

Specified a conditions tag
---
 athena_ci/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/athena_ci/ci.yml b/athena_ci/ci.yml
index 4730fbd21..e8a220cb8 100644
--- a/athena_ci/ci.yml
+++ b/athena_ci/ci.yml
@@ -156,7 +156,7 @@ run_workflow_tests_run3_mc:
   extends: .run_base
   script:
     - cd run
-    - RunWorkflowTests_Run3.py --CI -r -w MCReco -e '--maxEvents 25' --detailed-comparison
+    - RunWorkflowTests_Run3.py --CI -r -w MCReco -e '--maxEvents 25 --conditionsTag OFLCOND-MC23-SDR-RUN3-05' --detailed-comparison
 
 run_workflow_tests_run4_reco:
   extends: .run_base
-- 
GitLab