mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
CI: add tools-make/tools-windows-msvc branch name to run name
This commit is contained in:
parent
1835f3f549
commit
6acb0b27f7
1 changed files with 8 additions and 0 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -1,4 +1,12 @@
|
|||
name: CI
|
||||
run-name: >-
|
||||
${{
|
||||
join(fromJSON(format('["{0}", "{1}", "{2}"]',
|
||||
((inputs.tools_make_branch != '' && inputs.tools_make_branch != 'master') || inputs.tools_windows_msvc_branch != '') && github.workflow || '',
|
||||
(inputs.tools_make_branch != '' && inputs.tools_make_branch != 'master') && format('tools-make: {0}', inputs.tools_make_branch) || '',
|
||||
inputs.tools_windows_msvc_branch != '' && format('tools-windows-msvc: {0}', inputs.tools_windows_msvc_branch) || ''
|
||||
)), ' ')
|
||||
}}
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
Loading…
Reference in a new issue