From d943722ae637a0a189fb05db9b46e97d1c353cdb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Oriol=20Tint=C3=B3?= <oriol.tinto@lmu.de>
Date: Thu, 29 Jun 2023 16:07:53 +0200
Subject: [PATCH] Modify the workflow to wait until the previous transfer is
 finished before starting the following chunk.

---
 conf/common/jobs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/common/jobs.yml b/conf/common/jobs.yml
index 472a8c9..2ef3aa4 100644
--- a/conf/common/jobs.yml
+++ b/conf/common/jobs.yml
@@ -41,7 +41,7 @@ JOBS:
 
   RUN_ICON:
     FILE: templates/common/run_icon.sh
-    DEPENDENCIES: PREPARE_NAMELIST
+    DEPENDENCIES: PREPARE_NAMELIST COMPRESS-1
     WALLCLOCK: 04:00
     RUNNING: chunk
     PROCESSORS: 64
-- 
GitLab