gitlab ci: Do not force protected build jobs to run on aws runners (#33314)
This commit is contained in:
parent
25e35c936b
commit
1be6506e29
1 changed files with 1 additions and 1 deletions
|
@ -878,7 +878,7 @@ def generate_gitlab_ci_yaml(
|
|||
# For spack pipelines "public" and "protected" are reserved tags
|
||||
tags = _remove_reserved_tags(tags)
|
||||
if spack_pipeline_type == "spack_protected_branch":
|
||||
tags.extend(["aws", "protected"])
|
||||
tags.extend(["protected"])
|
||||
elif spack_pipeline_type == "spack_pull_request":
|
||||
tags.extend(["public"])
|
||||
|
||||
|
|
Loading…
Reference in a new issue