Skip to content

Commit df4258b

Browse files
committed
set workflow run-name
1 parent 748c244 commit df4258b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Build
2+
run-name: "${{ github.event_name == 'schedule' && 'Daily master build' || format('Release build for {0}', github.ref) }}"
23

34
permissions:
45
contents: write

0 commit comments

Comments
 (0)