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 c073ae7Copy full SHA for c073ae7
.github/workflows/code_health.yaml
@@ -38,7 +38,7 @@ jobs:
38
39
run-atlas-tests:
40
name: Run Atlas tests
41
- 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]' && !github.event.pull_request.head.repo.fork
42
runs-on: ubuntu-latest
43
steps:
44
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
0 commit comments