Make WordPress Core

Changeset 60004


Ignore:
Timestamp:
03/17/2025 04:00:07 PM (4 months ago)
Author:
desrosj
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/end-to-end-tests.yml

    r59725 r60004  
    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
Note: See TracChangeset for help on using the changeset viewer.