We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2af996 commit 0f8cad3Copy full SHA for 0f8cad3
.github/workflows/code-health-fork.yml
@@ -10,7 +10,9 @@ permissions: {}
10
jobs:
11
run-tests:
12
name: Run MongoDB tests
13
- if: github.event.pull_request.user.login == 'dependabot[bot]' # || github.event.pull_request.head.repo.full_name != github.repository
+ # 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]'
16
strategy:
17
matrix:
18
os: [ubuntu-latest, macos-latest, windows-latest]
0 commit comments