Skip to content

Commit 08734e6

Browse files
committed
Add pipeline-type parameter
- Add input field to allow to run specific part of the pipeline. I.e. performance tests
1 parent 25e94a4 commit 08734e6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/trigger-gitlab-pipeline.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ on:
2121
required: false
2222
type: string
2323
default: ""
24+
pipeline-type:
25+
description: 'Option to define which specific pipeline to run. I.e. performance'
26+
required: false
27+
default: ""
28+
type: string
2429
secrets:
2530
ci-api-v4-url:
2631
description: 'GitLab API v4 root URL'
@@ -79,3 +84,4 @@ jobs:
7984
TRIGGER_TOKEN: ${{ secrets.trigger-token }}
8085
PROJECT_ID: ${{ secrets.project-id }}
8186
GITHUB_SHA_OVERRIDE: ${{ inputs.github-sha-override }}
87+
PIPELINE_TYPE: ${{ inputs.pipeline-type }}

0 commit comments

Comments
 (0)