mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Build/Test Tools: Run installation tests when data files are updated.
When the JSON data files that supply the PHP/MySQL version support to the installation test workflow are changed, the workflow should be run to confirm the changes are correct. This updates the `path` filtering rules to ensure this happens. Follow up to [57218], [57219]. See #58977. git-svn-id: https://develop.svn.wordpress.org/trunk@57220 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
23e0c3eb95
commit
ea2f0e6d60
2
.github/workflows/install-testing.yml
vendored
2
.github/workflows/install-testing.yml
vendored
@ -10,10 +10,12 @@ on:
|
||||
# Always test the workflow after it's updated.
|
||||
paths:
|
||||
- '.github/workflows/install-testing.yml'
|
||||
- '.version-support-*.json'
|
||||
pull_request:
|
||||
# Always test the workflow when changes are suggested.
|
||||
paths:
|
||||
- '.github/workflows/install-testing.yml'
|
||||
- '.version-support-*.json'
|
||||
schedule:
|
||||
- cron: '0 0 * * 1'
|
||||
workflow_dispatch:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user