diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index 710e2785b6b7b5e3f5c451edd8f9b82aefcdd9fe..06716703a7c4dd164f845f184631bfd057979146 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2024, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2024-2025, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # @@ -43,8 +43,12 @@ include: # Pipelines workflow rules workflow: + name: '$PIPELINE_NAME' rules: - if: $CI_PIPELINE_SOURCE == "merge_request_event" + - if: $FETCH_PUBLIC_MR == "true" + variables: + PIPELINE_NAME: "Public MR#$FETCH_PUBLIC_MR_NUMBER" - if: $CI_PIPELINE_SOURCE == "web" - if: $CI_PIPELINE_SOURCE == "schedule" - if: $CI_COMMIT_TAG