diff options
author | neha-p6 <neha.pansare@progress.com> | 2022-07-07 14:06:08 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-07 14:06:08 +0530 |
commit | 320243e4f0b9b08e7c66c438af2ce800ae46fa48 (patch) | |
tree | 289da0c828a4c551cc93ce006c408b9c6bff31f3 | |
parent | eca272d679b7cd0c5b155c641945e1c852776e28 (diff) | |
download | chef-320243e4f0b9b08e7c66c438af2ce800ae46fa48.tar.gz |
Corrected build name which was preventing nightly adhoc builds from running (#13059)
Signed-off-by: Neha Pansare <neha.pansare@progress.com>
-rw-r--r-- | .expeditor/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 8cf456d96c..d249264afa 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -271,7 +271,7 @@ subscriptions: - workload: ruby_gem_published:train-winrm-* actions: - bash:.expeditor/update_dep.sh - - workload: schedule_triggered:chef/chef:main:nightly_build:* + - workload: schedule_triggered:chef/chef:main:nightly_build_main:* actions: - trigger_pipeline:omnibus/adhoc - workload: schedule_triggered:chef/chef:chef-17:nightly_build_chef_17:* |