From 902cb24a81fc6eeebac0d08df4aed99d99ce800d Mon Sep 17 00:00:00 2001 From: Fran Garcia-Linares <14157-fjgarlin@users.noreply.drupalcode.org> Date: Fri, 14 Feb 2025 10:32:49 +0000 Subject: [PATCH] Issue #3502507 by fjgarlin, jonathan1055, jurgenhaas: Tags contained in manual rebase of issue fork triggers pipelines --- includes/include.drupalci.workflows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/include.drupalci.workflows.yml b/includes/include.drupalci.workflows.yml index 3c9b3401..42b929e7 100644 --- a/includes/include.drupalci.workflows.yml +++ b/includes/include.drupalci.workflows.yml @@ -21,7 +21,7 @@ - if: $CI_MERGE_REQUEST_IID - if: $CI_PIPELINE_SOURCE == 'merge_request_event' # Run on tags - - if: $CI_COMMIT_TAG + - if: $CI_COMMIT_TAG && $CI_PROJECT_ROOT_NAMESPACE == "project" # Run when called from an upstream pipeline https://docs.gitlab.com/ee/ci/pipelines/downstream_pipelines.html?tab=Multi-project+pipeline#use-rules-to-control-downstream-pipeline-jobs - if: $CI_PIPELINE_SOURCE == 'pipeline' - if: $CI_PIPELINE_SOURCE == 'parent_pipeline' -- GitLab