From 92aeb35cabf045026904bc72facadaec0d32ee8c Mon Sep 17 00:00:00 2001 From: nitin sanghi Date: Thu, 19 Dec 2024 15:08:15 +0530 Subject: [PATCH] Experditor trigger for promoting pkg Signed-off-by: nitin sanghi --- .expeditor/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 756d4061..906efccc 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -70,6 +70,12 @@ subscriptions: - bash:.expeditor/promote-hab-pkg.sh - built_in:promote_habitat_packages + - workload: hab_package_published:* + actions: + - bash:.expeditor/promote-hab-pkg.sh + + + pipelines: - verify: description: Pull Request validation tests