Skip to content

Commit d08dce1

Browse files
committed
Add branch name to run-names
- with round brackets around branch name for readability: (${{ github.ref_name }})
1 parent 6bb5ce6 commit d08dce1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build_loop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 4. Build Loop
2-
run-name: Build Loop ${{ github.ref_name }}
2+
run-name: Build Loop (${{ github.ref_name }})
33
on:
44
workflow_dispatch:
55
workflow_call:

.github/workflows/update.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: 'Auto-update'
2+
run-name: Auto-update (${{ github.ref_name }})
23

34
# Runs only on schedule for the default branch
45
# TARGET_BRANCH should be set as default

0 commit comments

Comments
 (0)