Skip to content

Commit aaec4df

Browse files
committed
Switch to local references for some more workflows.
1 parent 865b96a commit aaec4df

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/install-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# Determines the supported values for PHP and database versions based on the WordPress version being tested.
4444
build-test-matrix:
4545
name: Build Test Matrix
46-
uses: WordPress/wordpress-develop/.github/workflows/reusable-support-json-reader-v1.yml@trunk
46+
uses: ./.github/workflows/reusable-support-json-reader-v1.yml
4747
permissions:
4848
contents: read
4949
secrets: inherit

.github/workflows/local-docker-environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
#
6464
build-test-matrix:
6565
name: Build Test Matrix
66-
uses: WordPress/wordpress-develop/.github/workflows/reusable-support-json-reader-v1.yml@trunk
66+
uses: ./.github/workflows/reusable-support-json-reader-v1.yml
6767
permissions:
6868
contents: read
6969
secrets: inherit
@@ -74,7 +74,7 @@ jobs:
7474
# Tests the local Docker environment.
7575
environment-tests-mysql:
7676
name: PHP ${{ matrix.php }}
77-
uses: WordPress/wordpress-develop/.github/workflows/reusable-test-local-docker-environment-v1.yml@trunk
77+
uses: ./.github/workflows/reusable-test-local-docker-environment-v1.yml
7878
permissions:
7979
contents: read
8080
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
@@ -108,7 +108,7 @@ jobs:
108108

109109
slack-notifications:
110110
name: Slack Notifications
111-
uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
111+
uses: ./.github/workflows/slack-notifications.yml
112112
permissions:
113113
actions: read
114114
contents: read

.github/workflows/phpunit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
#
158158
test-innovation-releases:
159159
name: PHP ${{ matrix.php }}
160-
uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk
160+
uses: ./.github/workflows/reusable-phpunit-tests-v3.yml
161161
permissions:
162162
contents: read
163163
secrets: inherit
@@ -200,7 +200,7 @@ jobs:
200200
#
201201
specific-test-groups:
202202
name: ${{ matrix.phpunit-test-groups }}
203-
uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk
203+
uses: ./.github/workflows/reusable-phpunit-tests-v3.yml
204204
permissions:
205205
contents: read
206206
secrets: inherit

.github/workflows/upgrade-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
# the full list of PHP/MySQL combinations.
246246
upgrade-tests-oldest-wp-mysql:
247247
name: ${{ matrix.wp }} to ${{ inputs.new-version && inputs.new-version || 'latest' }}
248-
uses: WordPress/wordpress-develop/.github/workflows/reusable-upgrade-testing.yml@trunk
248+
uses: ./.github/workflows/reusable-upgrade-testing.yml
249249
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
250250
strategy:
251251
fail-fast: false

0 commit comments

Comments
 (0)