[tracker/wip/carlosg/ci-playground: 3/4] ci: Exclude changes in potfiles for coverity




commit 66611badf4fa1dc77313ca26541603590c4ad683
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sun May 16 12:13:33 2021 +0200

    ci: Exclude changes in potfiles for coverity
    
    We currently trigger the coverity stage for every commit on master.
    Since that has a daily rate, don't waste coverity builds on changes
    to potfiles.

 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a48579a38..9f2370647 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -251,6 +251,9 @@ coverity:
     - build-fedora-rawhide-container@x86_64
   only:
     - master
+  except:
+    changes:
+      - po/*.po
 
 pages:
   extends:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]