Skip to content

Commit 08492c3

Browse files
Update pr_push.yml
1 parent dd0230d commit 08492c3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pr_push.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,16 @@ jobs:
8484
needs: [Build]
8585
uses: ./.github/workflows/reusable_valgrind.yml
8686
Coverage:
87-
if: $ENABLE_TESTING_JOBS
87+
8888
# total coverage (on upstream only)
89-
if: github.repository == 'oneapi-src/unified-memory-framework'
89+
if: $ENABLE_TESTING_JOBS
9090
needs: [Build, DevDax, L0, CUDA, MultiNuma, QEMU, ProxyLib]
9191
uses: ./.github/workflows/reusable_coverage.yml
9292
secrets: inherit
9393
with:
9494
trigger: "${{github.event_name}}"
9595
Coverage_partial:
9696
if: $ENABLE_TESTING_JOBS
97-
# partial coverage (on forks)
98-
if: github.repository != 'oneapi-src/unified-memory-framework'
9997
needs: [Build, QEMU, ProxyLib]
10098
uses: ./.github/workflows/reusable_coverage.yml
10199
CodeQL:

0 commit comments

Comments
 (0)