Build/Test Tools: Correct E2E workflow path filtering.

The reusable E2E workflow does not yet follow the `-v#` pattern because there is only one version.

The current pattern is not matching the `reusable-end-to-end-tests.yml` file.

See #62221.

git-svn-id: https://develop.svn.wordpress.org/trunk@60004 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2025-03-17 16:00:07 +00:00
parent eaeda35de1
commit 4694f287d2

View File

@ -33,7 +33,7 @@ on:
- 'tests/e2e/**'
# Confirm any changes to relevant workflow files.
- '.github/workflows/end-to-end-tests.yml'
- '.github/workflows/reusable-end-to-end-tests-*.yml'
- '.github/workflows/reusable-end-to-end-tests*.yml'
workflow_dispatch:
# Cancels all previous workflow runs for pull requests that have not completed.