Skip to content

Commit c073ae7

Browse files
committed
fix: check forks with the boolean
1 parent e839c6b commit c073ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_health.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
run-atlas-tests:
4040
name: Run Atlas tests
41-
if: github.event.pull_request.user.login != 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.repository
41+
if: github.event.pull_request.user.login != 'dependabot[bot]' && !github.event.pull_request.head.repo.fork
4242
runs-on: ubuntu-latest
4343
steps:
4444
- uses: GitHubSecurityLab/actions-permissions/monitor@v1

0 commit comments

Comments
 (0)