[gnome-shell/wip/fmuellner/ci-test] ci: Skip changes when appropriate
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/fmuellner/ci-test] ci: Skip changes when appropriate
- Date: Wed, 13 Feb 2019 03:37:53 +0000 (UTC)
commit dbc63b07f6302ca66958f64d1d719e85544a2628
Author: Florian Müllner <fmuellner gnome org>
Date: Tue Feb 12 20:19:31 2019 +0100
ci: Skip changes when appropriate
We don't have to run the static analyzer on javascript sources when
no javascript source was changed. Similarily, don't trigger a full
build when *only* javascript sources changed.
.gitlab-ci.yml | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c0c03bf4f..93954c437 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -76,3 +76,7 @@ test-pot:
/gnome-shell-pot/ { start=1; }
' | tee $POT_LOG
- (! grep -q . $POT_LOG)
+
+ except:
+ changes:
+ - js
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]