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 e839c6b commit 261a0a0Copy full SHA for 261a0a0
.github/workflows/code_health.yaml
@@ -11,7 +11,7 @@ permissions: {}
11
jobs:
12
run-tests:
13
name: Run MongoDB tests
14
- if: github.event.pull_request.user.login != 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.repository
+ if: github.event.pull_request.user.login != 'dependabot[bot]'
15
strategy:
16
matrix:
17
os: [ubuntu-latest, macos-latest, windows-latest]
0 commit comments