Skip to content
Snippets Groups Projects
Unverified Commit 7be4db47 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by GitHub
Browse files

mirror.yaml: pass PIPELINE_NAME (#20)

parent 03850ad4
No related branches found
No related tags found
No related merge requests found
Pipeline #92511 passed with warnings with stages
in 1 hour, 31 minutes, and 50 seconds
......@@ -38,3 +38,4 @@ jobs:
GITHUB_REPOSITORY=${{ github.repository }}
GITHUB_SHA=${{ github.event.pull_request.head.sha || github.sha }}
GITHUB_PR=${{ github.event.pull_request.number }}
PIPELINE_NAME=${{ github.event.pull_request.title }}
......@@ -8,6 +8,7 @@ variables:
GITHUB_REPOSITORY: ''
workflow:
name: '$PIPELINE_NAME'
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_PIPELINE_SOURCE == "web"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment