Make WordPress Core


Ignore:
Timestamp:
10/22/2025 06:05:41 PM (5 months ago)
Author:
desrosj
Message:

Build/Test Tools: Remove Dependabot-specific workflow conditions.

Since the bot has been disabled, these conditions are no longer necessary.

Follow up to [61049].
See #64140.

File:
1 edited

Legend:

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

    r60624 r61050  
    4848    name: Build
    4949    uses: ./.github/workflows/reusable-build-package.yml
    50     if: ${{ startsWith( github.repository, 'WordPress/' ) && ( github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' ) ) }}
     50    if: ${{ startsWith( github.repository, 'WordPress/' ) && ( github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' ) }}
    5151    permissions:
    5252      contents: read
Note: See TracChangeset for help on using the changeset viewer.