Skip to content

Commit b8e7380

Browse files
chore: added a comment
1 parent d0c3658 commit b8e7380

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ 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+
# Code health disabled on forks for now
14+
# if: github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.head.repo.full_name != github.repository
15+
if: github.event.pull_request.user.login == 'dependabot[bot]'
1416
strategy:
1517
matrix:
1618
os: [ubuntu-latest, macos-latest, windows-latest]

0 commit comments

Comments
 (0)