Skip to content
Snippets Groups Projects
Commit d424958b authored by Benguria Elguezabal, Gorka's avatar Benguria Elguezabal, Gorka
Browse files

adds job tags to semantic-release

parent 49b86713
No related branches found
No related tags found
No related merge requests found
...@@ -74,6 +74,11 @@ spec: ...@@ -74,6 +74,11 @@ spec:
- protected - protected
- all - all
default: '' default: ''
docker-semantic-release-job-tags:
description: tags to filter applicable runners for docker-semantic-release job
type: array
default: []
--- ---
workflow: workflow:
rules: rules:
...@@ -734,3 +739,5 @@ semantic-release: ...@@ -734,3 +739,5 @@ semantic-release:
# else manual # else manual
- when: manual - when: manual
allow_failure: true allow_failure: true
tags: $[[ inputs.docker-semantic-release-job-tags ]]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment