Skip to content

Commit f46d59a

Browse files
westonrutergemini-code-assist[bot]desrosj
committed
Build/Test Tools: Remove Dependabot exclusion from type checking workflows.
Since Dependabot was deactivated in b60c06c and other bot-specific checks were removed in 26230c3, this exclusion is no longer necessary. Follow up to r61830, r61699. Co-authored-by: gemini-cli <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Jonathan Desrosiers <desrosj@git.wordpress.org>
1 parent 1aeac74 commit f46d59a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/javascript-type-checking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: ./.github/workflows/reusable-javascript-type-checking-v1.yml
4949
permissions:
5050
contents: read
51-
if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' ) }}
51+
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
5252

5353
slack-notifications:
5454
name: Slack Notifications

.github/workflows/phpstan-static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: ./.github/workflows/reusable-phpstan-static-analysis-v1.yml
4646
permissions:
4747
contents: read
48-
if: ${{ github.repository == 'WordPress/wordpress-develop' || ( github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' ) }}
48+
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
4949

5050
slack-notifications:
5151
name: Slack Notifications

0 commit comments

Comments
 (0)