From 5aa2d0f609502c8418f73dcdc5251d2591a1a769 Mon Sep 17 00:00:00 2001 From: Jeremiah Snapp Date: Thu, 5 Sep 2019 15:30:37 -0400 Subject: [PATCH] Build omnibus and habitat packages only if version was bumped Signed-off-by: Jeremiah Snapp --- .expeditor/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 009c4ba9c..e4b68c539 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -111,11 +111,18 @@ merge_actions: ignore_labels: - "Changelog: Skip Update" - "Expeditor: Skip All" + - trigger_pipeline:omnibus/adhoc: + not_if: built_in:bump_version + ignore_labels: + - "Omnibus: Skip Build" + - "Expeditor: Skip All" - trigger_pipeline:omnibus/release: + only_if: built_in:bump_version ignore_labels: - "Omnibus: Skip Build" - "Expeditor: Skip All" - trigger_pipeline:habitat/build: + only_if: built_in:bump_version ignore_labels: - "Habitat: Skip Build" - "Expeditor: Skip All"