mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Subscribe only to artifacts for release branch
We do not want to take actions on 'master' (Inspec 3) when Inspec 1 and Inspec 2 changes are made. Signed-off-by: Tom Duffield <tom@chef.io>
This commit is contained in:
parent
c882fa927b
commit
6a1a3ff926
1 changed files with 3 additions and 3 deletions
|
@ -63,14 +63,14 @@ merge_actions:
|
|||
- built_in:bump_version
|
||||
|
||||
subscriptions:
|
||||
- workload: artifact_published:unstable:inspec:*
|
||||
- workload: artifact_published:unstable:inspec:{{version_constraint}}
|
||||
actions:
|
||||
- built_in:build_docker_image
|
||||
- workload: artifact_published:current:inspec:*
|
||||
- workload: artifact_published:current:inspec:{{version_constraint}}
|
||||
actions:
|
||||
- built_in:tag_docker_image
|
||||
- built_in:promote_habitat_packages
|
||||
- workload: artifact_published:stable:inspec:*
|
||||
- workload: artifact_published:stable:inspec:{{version_constraint}}
|
||||
actions:
|
||||
- bash:.expeditor/update_dockerfile.sh
|
||||
- built_in:rollover_changelog
|
||||
|
|
Loading…
Reference in a new issue