Skip to content

Commit 9558c1f

Browse files
committed
Build/Test Tools: Run install tests when JSON reading workflow is changed.
Because the installation testing workflow relies on the reusable workflow that reads the JSON support files, it should be run when that file is changed to confirm there are no issues. This is currently only configured for `pull_request` events, but should also be true for `push`. See #62221. git-svn-id: https://develop.svn.wordpress.org/trunk@59485 602fd350-edb4-49c9-b593-d223f7449a82
1 parent ea80ac8 commit 9558c1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/install-testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
paths:
1212
- '.github/workflows/install-testing.yml'
1313
- '.version-support-*.json'
14+
- '.github/workflows/reusable-support-json-reader-v1.yml'
1415
pull_request:
1516
# Always test the workflow when changes are suggested.
1617
paths:

0 commit comments

Comments
 (0)