[nautilus/wip/oholy/ci-improvements: 1/3] ci: Run fedora rawhide job always on master



commit b65cda5fae3da8a021b0351960a37f4b161bfc14
Author: Ondrej Holy <oholy redhat com>
Date:   Wed Apr 15 15:53:11 2020 +0200

    ci: Run fedora rawhide job always on master
    
    The fedora job is run only on schedules and tags. The job is pretty
    fast now. So let's run it always on master so we know about possible
    breakages immediately and not after several days.
    
    Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/1441

 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a1dfe1375..b6b036389 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,9 +34,8 @@ fedora rawhide:
         - cd _build
         - ninja test
     only:
-        - schedules
         - web
-        - tags
+        - master
 
 flatpak master:
     stage: cross environment


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