From ea1c3d81c5cb0c76c98d1e8ca4028dadbf69aabe Mon Sep 17 00:00:00 2001
From: Alex Iribarren <Alex.Iribarren@cern.ch>
Date: Wed, 24 Feb 2021 14:43:47 +0100
Subject: [PATCH] Run twice a day

---
 prod.repos.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/prod.repos.yaml b/prod.repos.yaml
index 702f7d6..d772596 100644
--- a/prod.repos.yaml
+++ b/prod.repos.yaml
@@ -9,7 +9,7 @@
 #    Default: "//"
 
 defaults:
-  schedule: '0 */6 * * *'
+  schedule: '0 6,18 * * *'
   checksum: 'sha256'
   pathroot: 'mirror'
   pathcut: '//'
-- 
GitLab