Skip to content

Commit 591afbd

Browse files
chore: disable code health runs on forks
1 parent 8e3c6a6 commit 591afbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-health-fork.yml

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

0 commit comments

Comments
 (0)