Make WordPress Core


Ignore:
Timestamp:
10/22/2025 06:05:41 PM (8 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/test-build-processes.yml

    r60765 r61050  
    5454    permissions:
    5555      contents: read
    56     if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' ) }}
     56    if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
    5757    strategy:
    5858      fail-fast: false
Note: See TracChangeset for help on using the changeset viewer.