We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e94a4 commit 08734e6Copy full SHA for 08734e6
.github/workflows/trigger-gitlab-pipeline.yml
@@ -21,6 +21,11 @@ on:
21
required: false
22
type: string
23
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
29
secrets:
30
ci-api-v4-url:
31
description: 'GitLab API v4 root URL'
@@ -79,3 +84,4 @@ jobs:
79
84
TRIGGER_TOKEN: ${{ secrets.trigger-token }}
80
85
PROJECT_ID: ${{ secrets.project-id }}
81
86
GITHUB_SHA_OVERRIDE: ${{ inputs.github-sha-override }}
87
+ PIPELINE_TYPE: ${{ inputs.pipeline-type }}
0 commit comments