Skip to content

Commit b92da2b

Browse files
authored
Merge pull request #11139 from Alexey-Rivkin/blossom_intergation_fix2
CI: Match Blossom-supported template
2 parents c92698e + bb00e98 commit b92da2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/blossom-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Blossom-CI
33
run-name: >
44
${{ github.event_name == 'workflow_dispatch' &&
55
format(
6-
'Blossom CI: {0}{1} PR #{2}',
6+
'Blossom CI • Jenkins Job: {0}{1} PR #{2}',
77
fromJson(github.event.inputs.args).job,
88
fromJson(github.event.inputs.args).build && format(' #{0}', fromJson(github.event.inputs.args).build) || '',
99
fromJson(github.event.inputs.args).pr

0 commit comments

Comments
 (0)