Skip to content

Commit 4694f28

Browse files
committed
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
1 parent eaeda35 commit 4694f28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/end-to-end-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ on:
3333
- 'tests/e2e/**'
3434
# Confirm any changes to relevant workflow files.
3535
- '.github/workflows/end-to-end-tests.yml'
36-
- '.github/workflows/reusable-end-to-end-tests-*.yml'
36+
- '.github/workflows/reusable-end-to-end-tests*.yml'
3737
workflow_dispatch:
3838

3939
# Cancels all previous workflow runs for pull requests that have not completed.

0 commit comments

Comments
 (0)