Skip to content

Commit 47a3df8

Browse files
committed
Improve action labels
So that name are more explicit in GH UI Signed-off-by: Philippe Ombredanne <pombredanne@aboutcode.org>
1 parent 4c5eee0 commit 47a3df8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Docusaurus Site (Manual)
1+
name: Test build in CI
22
on:
33
push:
44
branches: [ main ]

.github/workflows/deploy-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build & Deploy Docusaurus Site to Production
1+
name: Deploy to production
22
on:
33
workflow_dispatch:
44
permissions:

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build & Deploy Docusaurus Site to Staging (Github pages)
1+
name: DDeploy to staging (Github pages)
22
on:
33
workflow_dispatch:
44
permissions:

0 commit comments

Comments
 (0)