Make WordPress Core


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

    r60735 r61050  
    5454    name: Determine Matrix
    5555    runs-on: ubuntu-24.04
    56     if: ${{ ( github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' ) ) && ! contains( github.event.before, '00000000' ) }}
     56    if: ${{ ( github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' ) && ! contains( github.event.before, '00000000' ) }}
    5757    permissions:
    5858      actions: read
Note: See TracChangeset for help on using the changeset viewer.