Make WordPress Core


Ignore:
Timestamp:
08/12/2026 02:43:28 PM (3 weeks ago)
Author:
desrosj
Message:

Build/Test Tools: Change workflow file references back to local ones.

[63167] made several required post-branching changes to trunk, but also included the results of grunt replace:workflow-references-local-to-remote which is run as part of grunt post-branching.

All reusable workflow files in trunk should be called using local references so that changes to these files are automatically tested within pull requests without having to push the changes to a fork and change the references.

Props joedolson, wildworks.
Fixes #65844. See #62416.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/upgrade-develop-testing.yml

    r63183 r63230  
    6969  upgrade-tests-develop:
    7070    name: Upgrade from ${{ matrix.wp }}
    71     uses: WordPress/wordpress-develop/.github/workflows/reusable-upgrade-testing.yml@trunk
     71    uses: ./.github/workflows/reusable-upgrade-testing.yml
    7272    if: ${{ github.repository == 'WordPress/wordpress-develop' }}
    7373    needs: [ build ]
     
    128128  slack-notifications:
    129129    name: Slack Notifications
    130     uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
     130    uses: ./.github/workflows/slack-notifications.yml
    131131    permissions:
    132132      actions: read
Note: See TracChangeset for help on using the changeset viewer.