From 1b171275bafe9bee18c83b164dc516f570f58ff1 Mon Sep 17 00:00:00 2001
From: Andre Sailer <andre.philippe.sailer@cern.ch>
Date: Sat, 21 Jan 2023 11:35:38 +0100
Subject: [PATCH] CI: coverity make me the owner(?)

Changing the cron setting, maybe makes me the owner
---
 .github/workflows/coverity.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index 63322eb2c..2b6eec849 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -2,7 +2,7 @@ name: coverity
 
 on:
   schedule:
-    - cron:  '0 0 * * *'
+    - cron:  '2 0 * * *'
 
 jobs:
   run-coverity:
-- 
GitLab