Skip to content

Commit 261a0a0

Browse files
committed
fix: remove unnecessary check
1 parent e839c6b commit 261a0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_health.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions: {}
1111
jobs:
1212
run-tests:
1313
name: Run MongoDB tests
14-
if: github.event.pull_request.user.login != 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.repository
14+
if: github.event.pull_request.user.login != 'dependabot[bot]'
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]

0 commit comments

Comments
 (0)