[482d9673cfee5de391f97fde4d1c84f9f8d6f2cf0784fcffb958b4032de7236c] CI: Don't run iwyu jobs on schedules



commit 15536db3ad63a18196fd294cf1782411663cdc52
Author: Philip Chimento <philip chimento gmail com>
Date:   Sun Jul 5 15:52:31 2020 -0700

    CI: Don't run iwyu jobs on schedules
    
    Oops, forgot the "except: schedules" that's on all the other jobs;
    otherwise these will run during the monthly scheduled image build.
    
    Unreviewed; pushing to fix scheduled jobs.

 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9b85658d..cdf5ab65 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -197,6 +197,7 @@ iwyu:
   only:
     - branches
   except:
+    - schedules
     - /^gnome-\d+-\d+$/
 
 #############################################
@@ -216,6 +217,8 @@ iwyu-full:
   image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs68-debug
   script:
     - ./tools/run_iwyu.sh
+  except:
+    - schedules
 
 sanitizer_clang:
   <<: *build


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