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 75f4fa3 commit fe97168Copy full SHA for fe97168
.github/workflows/code_health_fork.yaml
@@ -32,7 +32,7 @@ jobs:
32
33
run-atlas-tests:
34
name: Run Atlas tests
35
- 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]'
36
runs-on: ubuntu-latest
37
steps:
38
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
@@ -58,7 +58,7 @@ jobs:
58
59
coverage:
60
name: Report Coverage
61
- if: always() && github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.head.repo.full_name != github.repository
62
63
needs: [run-tests, run-atlas-tests]
64
0 commit comments