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/end-to-end-tests.yml

    r60628 r61050  
    6161    permissions:
    6262      contents: read
    63     if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' ) }}
     63    if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
    6464    strategy:
    6565      fail-fast: false
Note: See TracChangeset for help on using the changeset viewer.