Skip to content

Commit 64a87e5

Browse files
committed
Include commit title to CI workflow run-name
1 parent ea0870a commit 64a87e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cppcmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
required: true
1515
type: boolean
1616

17-
run-name: "${{ (github.event_name == 'schedule' || inputs.NIGHTLY == true) && 'Build and Deploy Nightly Builds' || 'CI' }}"
17+
run-name: "${{ (github.event_name == 'schedule' || inputs.NIGHTLY == true) && 'Build and Deploy Nightly Builds' || github.event.head_commit.message}}"
1818

1919
jobs:
2020
check-skippable:

0 commit comments

Comments
 (0)