Skip to content

Commit 6d70c80

Browse files
committed
CI: add tools-make/tools-windows-msvc branch name to run name
1 parent f26daf5 commit 6d70c80

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
name: CI
2+
run-name: >-
3+
${{
4+
join(fromJSON(format('["{0}", "{1}", "{2}"]',
5+
((inputs.tools_make_branch != '' && inputs.tools_make_branch != 'master') || inputs.tools_windows_msvc_branch != '') && github.workflow || '',
6+
(inputs.tools_make_branch != '' && inputs.tools_make_branch != 'master') && format('tools-make: {0}', inputs.tools_make_branch) || '',
7+
inputs.tools_windows_msvc_branch != '' && format('tools-windows-msvc: {0}', inputs.tools_windows_msvc_branch) || ''
8+
)), ' ')
9+
}}
210
311
on:
412
push:

0 commit comments

Comments
 (0)