Skip to content

Commit 7e8936d

Browse files
committed
Build/Test Tools: Remove unnecessary docker branding
1 parent 63353b4 commit 7e8936d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/local-docker-environment.yml renamed to .github/workflows/local-development-environment.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Local Docker Environment
1+
name: Local Development Environment
22

33
on:
44
push:
@@ -22,9 +22,9 @@ on:
2222
# These files define the versions to test.
2323
- '.version-support-*.json'
2424
# Changes to this and related workflow files should always be verified.
25-
- '.github/workflows/local-docker-environment.yml'
25+
- '.github/workflows/local-development-environment.yml'
2626
- '.github/workflows/reusable-support-json-reader-v1.yml'
27-
- '.github/workflows/reusable-test-docker-environment-v1.yml'
27+
- '.github/workflows/reusable-test-local-development-environment-v1.yml'
2828
pull_request:
2929
branches:
3030
- trunk
@@ -46,9 +46,9 @@ on:
4646
# These files define the versions to test.
4747
- '.version-support-*.json'
4848
# Changes to this and related workflow files should always be verified.
49-
- '.github/workflows/local-docker-environment.yml'
49+
- '.github/workflows/local-development-environment.yml'
5050
- '.github/workflows/reusable-support-json-reader-v1.yml'
51-
- '.github/workflows/reusable-test-docker-environment-v1.yml'
51+
- '.github/workflows/reusable-test-local-development-environment-v1.yml'
5252
workflow_dispatch:
5353

5454
# Cancels all previous workflow runs for pull requests that have not completed.
@@ -80,7 +80,7 @@ jobs:
8080
# Tests the local Docker environment.
8181
environment-tests-mysql:
8282
name: PHP ${{ matrix.php }}
83-
uses: ./.github/workflows/reusable-test-local-docker-environment-v1.yml
83+
uses: ./.github/workflows/reusable-test-local-development-environment-v1.yml
8484
permissions:
8585
contents: read
8686
needs: [ build-test-matrix ]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# This workflow is used by `trunk` and branches >= 6.8.
55
##
6-
name: Test local Docker environment
6+
name: Test Local Development Environment
77

88
on:
99
workflow_call:

0 commit comments

Comments
 (0)