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

adds runner tag support

parent fa71d0af
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,11 @@ spec:
Example: `bats-support@https://github.com/bats-core/bats-support/archive/v0.3.0.zip bats-assert@https://github.com/bats-core/bats-assert/archive/v2.0.0.zip`
default: ''
bash-shellcheck-job-tags:
description: tags to filter applicable runners for bash-shellcheck job
type: array
default: []
---
# default workflow rules: Merge Request pipelines
workflow:
......@@ -308,6 +313,7 @@ bash-shellcheck:
- if: '$BASH_SHELLCHECK_DISABLED == "true"'
when: never
- !reference [.test-policy, rules]
tags: [[ inputs.bash-shellcheck-job-tags ]]
bash-bats:
extends: .bash-base
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment