Skip to content

Commit fe97168

Browse files
committed
chore: skip Atlas Tests and don't track coverage for fork contributions
Because some tests get skipped, we will have coverage test issues. Instead we'll now just check
1 parent 75f4fa3 commit fe97168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code_health_fork.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
run-atlas-tests:
3434
name: Run Atlas tests
35-
if: github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.head.repo.full_name != github.repository
35+
if: github.event.pull_request.user.login == 'dependabot[bot]'
3636
runs-on: ubuntu-latest
3737
steps:
3838
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
@@ -58,7 +58,7 @@ jobs:
5858

5959
coverage:
6060
name: Report Coverage
61-
if: always() && github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.head.repo.full_name != github.repository
61+
if: github.event.pull_request.user.login == 'dependabot[bot]'
6262
runs-on: ubuntu-latest
6363
needs: [run-tests, run-atlas-tests]
6464
steps:

0 commit comments

Comments
 (0)