Add version flavor to workflow name

This commit is contained in:
2021-07-03 16:19:21 +02:00
parent 26fe83d2c6
commit f420b6cb0a
15 changed files with 15 additions and 15 deletions

View File

@ -97,7 +97,7 @@ def generate_workflow(config: dict, software_id: str, version_flavor: VersionFla
}
workflow = {
"name": f"irctest with {name}",
"name": f"irctest with {name} ({version_flavor.value})",
"on": on,
"jobs": {
"build": {