chore: TODO
All checks were successful
build / build (push) Successful in 1m56s
build / trigger-build-image (push) Successful in 11s

This commit is contained in:
张泊明518370910136 2025-10-06 01:44:11 -07:00
parent 23ddb5ef4f
commit 1633a3035b
GPG Key ID: D47306D7062CDA9D

View File

@ -18,6 +18,7 @@ def get_conf_stage(
if task_stage.groups: if task_stage.groups:
groups = task_stage.groups groups = task_stage.groups
else: else:
# TODO: remove group matching
# single group is determined by adding between "[]" in the name of the task # single group is determined by adding between "[]" in the name of the task
if match := re.search(r"\[([^\[\]]+)\]", task_stage.name): if match := re.search(r"\[([^\[\]]+)\]", task_stage.name):
groups = [match.group(1)] groups = [match.group(1)]