Skip to content

Commit ecc3317

Browse files
committed
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
1 parent 4df281c commit ecc3317

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)