Skip to content

Commit ea0870a

Browse files
committed
Enable Dynamic Workflow Run Name
1 parent 71157d6 commit ea0870a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cppcmake.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ on:
1414
required: true
1515
type: boolean
1616

17+
run-name: "${{ (github.event_name == 'schedule' || inputs.NIGHTLY == true) && 'Build and Deploy Nightly Builds' || 'CI' }}"
18+
1719
jobs:
1820
check-skippable:
1921
name: Check Skippable

0 commit comments

Comments
 (0)