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:
- protected
- all
default: ''
docker-semantic-release-job-tags:
description: tags to filter applicable runners for docker-semantic-release job
type: array
default: []
---
workflow:
rules:
......@@ -734,3 +739,5 @@ semantic-release:
# else manual
- when: manual
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 register or to comment