Skip to content

Commit bba270a

Browse files
committed
Build/Test Tools: Remove duplication from some GitHub Actions workflow names.
Props desrosj, mukesh27, johnbillion See #63170 git-svn-id: https://develop.svn.wordpress.org/trunk@61081 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 64df976 commit bba270a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reusable-test-local-docker-environment-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# - Tests the reset command.
7474
# - Ensures version-controlled files are not modified or deleted.
7575
local-docker-environment-tests:
76-
name: PHP ${{ inputs.php }} / ${{ 'mariadb' == inputs.db-type && 'MariaDB' || 'MySQL' }} ${{ inputs.db-version }}${{ inputs.memcached && ' with memcached' || '' }}${{ 'example.org' != inputs.tests-domain && format( ' {0}', inputs.tests-domain ) || '' }}
76+
name: ${{ 'mariadb' == inputs.db-type && 'MariaDB' || 'MySQL' }} ${{ inputs.db-version }}${{ inputs.memcached && ' with memcached' || '' }}${{ 'example.org' != inputs.tests-domain && format( ' {0}', inputs.tests-domain ) || '' }}
7777
permissions:
7878
contents: read
7979
runs-on: ${{ inputs.os }}

.github/workflows/reusable-upgrade-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# - Updates the database.
5858
# - Checks the version of WordPress after the upgrade.
5959
upgrade-tests:
60-
name: ${{ inputs.wp }} to ${{ inputs.new-version }} / PHP ${{ inputs.php }} with ${{ 'mariadb' == inputs.db-type && 'MariaDB' || 'MySQL' }} ${{ inputs.db-version }}${{ inputs.multisite && ' multisite' || '' }}
60+
name: PHP ${{ inputs.php }} with ${{ 'mariadb' == inputs.db-type && 'MariaDB' || 'MySQL' }} ${{ inputs.db-version }}${{ inputs.multisite && ' multisite' || '' }}
6161
permissions:
6262
contents: read
6363
runs-on: ${{ inputs.os }}

0 commit comments

Comments
 (0)