From ddd17546851a391eba3b9741dfc1ebf6be9da2af Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Wed, 13 Dec 2023 11:37:49 -0500 Subject: [PATCH] update job names for readability --- .github/workflows/brand-plugin-test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/brand-plugin-test.yml b/.github/workflows/brand-plugin-test.yml index 97c4f11..cc438fa 100644 --- a/.github/workflows/brand-plugin-test.yml +++ b/.github/workflows/brand-plugin-test.yml @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: