Skip to content

Commit 1b300aa

Browse files
markpollackchedim
authored andcommitted
Add missing run-name to maintenance-fast.yml on main branch
The maintenance-fast.yml file on main branch was missing the run-name field, causing it to show as filename instead of friendly name "Maintenance Push – Fast" in the GitHub Actions workflow list. This matches the run-name format used in main-push-fast.yml. Signed-off-by: Mark Pollack <[email protected]>
1 parent a2268a0 commit 1b300aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/maintenance-fast.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Maintenance Push – Fast
2+
run-name: ${{ github.event.inputs.commit_sha && format('Manual Test - {0}', github.event.inputs.commit_sha) || format('Fast Build - {0}', github.sha) }}
23

34
on:
45
push:

0 commit comments

Comments
 (0)