We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0870a commit 64a87e5Copy full SHA for 64a87e5
.github/workflows/cppcmake.yml
@@ -14,7 +14,7 @@ on:
14
required: true
15
type: boolean
16
17
-run-name: "${{ (github.event_name == 'schedule' || inputs.NIGHTLY == true) && 'Build and Deploy Nightly Builds' || 'CI' }}"
+run-name: "${{ (github.event_name == 'schedule' || inputs.NIGHTLY == true) && 'Build and Deploy Nightly Builds' || github.event.head_commit.message}}"
18
19
jobs:
20
check-skippable:
0 commit comments