Skip to content

Commit 5af3a5f

Browse files
markpollackWillam2004
authored andcommitted
improve: add clear naming for deploy docs dispatcher chain
- Dispatcher runs show as 'Deploy Docs (Dispatcher)' - Actual builds show as 'Deploy Docs (Build)' - Makes workflow chain visible on GitHub Actions page Signed-off-by: 家娃 <[email protected]>
1 parent 0aa954a commit 5af3a5f

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)