Make WordPress Core


Ignore:
Timestamp:
10/22/2025 06:05:41 PM (10 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/check-built-files.yml

    r60625 r61050  
    4646  check-for-built-file-changes:
    4747    name: Check built files
    48     # This prevents an unnecessary second run after changes are committed back because Dependabot always rebases and force pushes.
    49     if: ${{ github.repository == 'wordpress/wordpress-develop' && ( github.actor != 'dependabot[bot]' || github.event.commits < 2 ) }}
     48    if: ${{ github.repository == 'wordpress/wordpress-develop' }}
    5049    uses: ./.github/workflows/reusable-check-built-files.yml
    5150    permissions:
Note: See TracChangeset for help on using the changeset viewer.