Skip to content

Commit

Permalink
update job names for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Dec 13, 2023
1 parent 1ea3c1a commit ddd1754
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/brand-plugin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: extract_branch

bluehost:
name: Build and Test on Bluehost Plugin
name: Bluehost Build and Test
needs: setup
uses: newfold-labs/workflows/.github/workflows/module-plugin-test.yml@main
with:
Expand All @@ -45,7 +45,7 @@ jobs:
secrets: inherit

hostgator:
name: Build and Test on HostGator Plugin
name: HostGator Build and Test
needs: setup
uses: newfold-labs/workflows/.github/workflows/module-plugin-test.yml@main
with:
Expand All @@ -55,7 +55,7 @@ jobs:
secrets: inherit

web:
name: Build and Test on Web.com Plugin
name: Web.com Build and Test
needs: setup
uses: newfold-labs/workflows/.github/workflows/module-plugin-test.yml@main
with:
Expand All @@ -65,7 +65,7 @@ jobs:
secrets: inherit

crazydomains:
name: Build and Test on Crazy Domains Plugin
name: Crazy Domains Build and Test
needs: setup
uses: newfold-labs/workflows/.github/workflows/module-plugin-test.yml@main
with:
Expand All @@ -75,7 +75,7 @@ jobs:
secrets: inherit

mojo:
name: Build and Test on Mojo Plugin
name: Mojo Build and Test
needs: setup
uses: newfold-labs/workflows/.github/workflows/module-plugin-test.yml@main
with:
Expand Down

0 comments on commit ddd1754

Please sign in to comment.