mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Build omnibus and habitat packages only if version was bumped
Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
This commit is contained in:
parent
4c1523ff88
commit
5aa2d0f609
1 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue