Skip to content

Commit 84034fc

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

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,17 +42,17 @@ 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
4645
- built_in:bump_version:
4746
ignore_labels:
4847
- "Expeditor: Skip Version Bump"
4948
- "Expeditor: Skip All"
49+
- trigger_pipeline:habitat/build
5050
- bash:.expeditor/update_version.sh:
5151
only_if: built_in:bump_version
5252
- built_in:update_changelog:
5353
ignore_labels:
5454
- "Expeditor: Skip Changelog"
55-
- "Expeditor: Skip All"
55+
- "Expeditor: Skip All"
5656
- built_in:build_gem:
5757
only_if: built_in:bump_version
5858

0 commit comments

Comments
 (0)