Skip to content

Commit a24a62b

Browse files
ci: Clarify names
1 parent 96b7f59 commit a24a62b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: Documentation Deploy
1+
name: Deploy Documentation
22

33
on:
44
workflow_call:
55

66
jobs:
77
docs-deploy:
8-
name: Deploy Documentation
8+
name: Deploy
99
runs-on: ubuntu-22.04
1010
steps:
1111
- name: Checkout

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,6 @@ jobs:
7878
run: exit 1
7979

8080
docs-deploy:
81+
name: Call Deployment
8182
needs: qa-successful
8283
uses: ./.github/workflows/docs-deploy.yml

0 commit comments

Comments
 (0)