Skip to content

Commit 863c831

Browse files
committed
enable trigger hab pipeline on pr merge
Signed-off-by: muthuja <[email protected]>
1 parent 810d6d5 commit 863c831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.expeditor/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ subscriptions:
4242
# These actions are taken, in order they are specified, anytime a Pull Request is merged.
4343
- workload: pull_request_merged:{{github_repo}}:{{release_branch}}:*
4444
actions:
45+
- trigger_pipeline:habitat/build
4546
- built_in:bump_version:
4647
ignore_labels:
4748
- "Expeditor: Skip Version Bump"
@@ -51,8 +52,7 @@ subscriptions:
5152
- built_in:update_changelog:
5253
ignore_labels:
5354
- "Expeditor: Skip Changelog"
54-
- "Expeditor: Skip All"
55-
- trigger_pipeline:habitat/build
55+
- "Expeditor: Skip All"
5656
- built_in:build_gem:
5757
only_if: built_in:bump_version
5858

0 commit comments

Comments
 (0)