Skip to content

Commit f11a516

Browse files
committed
sync: add deploy docs dispatcher naming clarity to 1.0.x
- Matches main branch naming convention - Dispatcher runs show as 'Deploy Docs (Dispatcher)' - Build runs show as 'Deploy Docs (Build)' - Ensures consistent visibility across all branches
1 parent 7de2d5a commit f11a516

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Deploy Docs
2+
run-name: ${{ github.event_name == 'workflow_dispatch' && 'Deploy Docs (Build)' || 'Deploy Docs (Dispatcher)' }}
23
on:
34
workflow_dispatch:
45
push:

0 commit comments

Comments
 (0)