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 26b0e2bb92.
This commit is contained in:
Jacob Walls
2026-01-23 09:27:22 -05:00
parent b1ffa9a9d7
commit 2351c1b12c

View File

@@ -15,7 +15,6 @@ permissions:
jobs:
coverage:
if: github.repository == 'django/django'
name: Coverage Tests (Windows)
runs-on: windows-latest
timeout-minutes: 60