mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 06:49:47 +00:00
Add version flavor to workflow name
This commit is contained in:
@ -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": {
|
||||
|
Reference in New Issue
Block a user