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




commit 53c81ab1806696234bc5666d40405e45c3b3fdcc
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 61ea12cbf..c4102b743 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]