From 2351c1b12cc9cf82d642f769c774bc3ea0cc4006 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Fri, 23 Jan 2026 09:27:22 -0500 Subject: [PATCH] Refs #36620 -- Ran coverage tests workflow on forks. We can continue to limit the coverage comment workflow to django/django, but now that this workflow is the main python test workflow, it should run on forks by default. The other tests workflow (currently running only JavaScript tests) may start running python tests again once we flesh out the matrix, but since it was duplicating the coverage tests configuration, we temporarily removed it. Follow-up to 26b0e2bb92caf2d16cabe455792350f20d6f42ca. --- .github/workflows/coverage_tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/coverage_tests.yml b/.github/workflows/coverage_tests.yml index d572860cee96..07f461db6937 100644 --- a/.github/workflows/coverage_tests.yml +++ b/.github/workflows/coverage_tests.yml @@ -15,7 +15,6 @@ permissions: jobs: coverage: - if: github.repository == 'django/django' name: Coverage Tests (Windows) runs-on: windows-latest timeout-minutes: 60