[gjs/mozjs78] Don't run iwyu on scheduled pipelines.
- From: Evan Welsh <ewlsh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs/mozjs78] Don't run iwyu on scheduled pipelines.
- Date: Mon, 6 Jul 2020 04:49:49 +0000 (UTC)
commit 4a20255ef005c6e77e8f76b426c8b1dbb367d569
Author: Evan Welsh <noreply evanwelsh com>
Date: Sun Jul 5 23:49:24 2020 -0500
Don't run iwyu on scheduled pipelines.
.gitlab-ci.yml | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 579bf4e4..40195fde 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.mozjs78-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]