Skip to content

Commit 259cd8c

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

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.expeditor/config.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,18 @@ subscriptions:
4646
ignore_labels:
4747
- "Expeditor: Skip Version Bump"
4848
- "Expeditor: Skip All"
49-
- trigger_pipeline:habitat/build
5049
- bash:.expeditor/update_version.sh:
5150
only_if: built_in:bump_version
5251
- built_in:update_changelog:
5352
ignore_labels:
5453
- "Expeditor: Skip Changelog"
5554
- "Expeditor: Skip All"
5655
- built_in:build_gem:
57-
only_if: built_in:bump_version
56+
only_if: built_in:bump_version
57+
- trigger_pipeline:habitat/build:
58+
ignore_labels:
59+
- "Expeditor: Skip Habitat"
60+
- "Expeditor: Skip All"
5861

5962
# - workload: project_promoted:{{agent_id}}:*
6063
# actions:

0 commit comments

Comments
 (0)