[libgweather/style-check-feedback: 4/4] ci: Run jobs on merge requests
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgweather/style-check-feedback: 4/4] ci: Run jobs on merge requests
- Date: Tue, 19 Oct 2021 15:37:09 +0000 (UTC)
commit 34399b5e7907ad056a7ac69f8e66851e3bd1d403
Author: Emmanuele Bassi <ebassi gnome org>
Date: Tue Oct 19 16:29:15 2021 +0100
ci: Run jobs on merge requests
.gitlab-ci.yml | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 50294f5d..6e9e0654 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,6 +10,7 @@ stages:
.only-default:
only:
- merge_requests
+ - branches
except:
- tags
@@ -26,6 +27,7 @@ style-check-diff:
# @MESON_VERSION: the version of Meson required by the project
.build-setup:
image: fedora:latest
+ extends: .only-default
before_script:
# Undo delangification present in the Fedora Docker images
- rm -f /etc/rpm/macros.image-language-conf
@@ -42,6 +44,7 @@ style-check-diff:
# @MESON_EXTRA_FLAGS: extra arguments for the meson setup invocation
.build-default:
image: fedora:latest
+ extends: .only-default
before_script:
# Undo delangification present in the Fedora Docker images
- rm -f /etc/rpm/macros.image-language-conf
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]