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/workflow-lint.yml

    r60082 r61050  
    3434    name: Lint GitHub Action files
    3535    uses: ./.github/workflows/reusable-workflow-lint.yml
    36     if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' ) }}
     36    if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
    3737    permissions:
    3838      security-events: write
Note: See TracChangeset for help on using the changeset viewer.