From 8f197159449d1fd719fd6023c541eacb2a720d93 Mon Sep 17 00:00:00 2001 From: Lorenzo Pagliai <lorenzo.pagliai@seco.com> Date: Wed, 8 Feb 2023 16:24:33 +0100 Subject: [PATCH] Fixing missing CI/CD parameters on changelog job --- manifest-pipeline-yocto.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest-pipeline-yocto.yml b/manifest-pipeline-yocto.yml index 39fca32..c181989 100644 --- a/manifest-pipeline-yocto.yml +++ b/manifest-pipeline-yocto.yml @@ -513,6 +513,9 @@ retrigger: changelog: stage: changelog extends: .infrastructure + tags: + - send_notify + allow_failure: true rules: - *build_rule script: .gitlab-ci/scripts/changelog_generator.py -- GitLab