From 1f2dea4eb1c2f1adc003739f91c8675d33b46c0a Mon Sep 17 00:00:00 2001
From: Ronan Browne <ronan.browne@r3.com>
Date: Wed, 1 May 2024 10:38:19 +0100
Subject: [PATCH] ES-2349: update Crons to not run at the weekend

---
 .ci/dev/publish-branch/Jenkinsfile.nightly | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/dev/publish-branch/Jenkinsfile.nightly b/.ci/dev/publish-branch/Jenkinsfile.nightly
index 8c1f1ff637..23c835eb7b 100644
--- a/.ci/dev/publish-branch/Jenkinsfile.nightly
+++ b/.ci/dev/publish-branch/Jenkinsfile.nightly
@@ -26,7 +26,7 @@ pipeline {
     }
 
     triggers {
-        cron '@midnight'
+        cron 'H 0 * * 1-5'
     }
 
     environment {