You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by ab...@apache.org on 2020/07/01 11:21:07 UTC

[celix] branch master updated: Update coverity-scan.yml

This is an automated email from the ASF dual-hosted git repository.

abroekhuis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/master by this push:
     new f8e2b93  Update coverity-scan.yml
f8e2b93 is described below

commit f8e2b93a252c4aa2a4e5c8e98d5bc783879f2f45
Author: Alexander Broekhuis <ab...@apache.org>
AuthorDate: Wed Jul 1 13:21:01 2020 +0200

    Update coverity-scan.yml
    
    Set job to some nearby time for testing
---
 .github/workflows/coverity-scan.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/coverity-scan.yml b/.github/workflows/coverity-scan.yml
index 330e407..471bb27 100644
--- a/.github/workflows/coverity-scan.yml
+++ b/.github/workflows/coverity-scan.yml
@@ -1,7 +1,7 @@
 name: coverity-scan
 on:
   schedule:
-    - cron: '0 0 * * 0' # Weekly at 00:00 UTC
+    - cron: '25 * * * *' # Weekly at 00:00 UTC
 
 jobs:
   latest: