summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2026-01-23 09:27:22 -0500
committerJacob Walls <jacobtylerwalls@gmail.com>2026-01-23 10:13:11 -0500
commit2351c1b12cc9cf82d642f769c774bc3ea0cc4006 (patch)
tree2db50ee7e365758c150ef26cab40fcd16f91d6f9 /.github
parentb1ffa9a9d78b0c2c5ad6ed5a1d84e380d5cfd010 (diff)
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/coverage_tests.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/coverage_tests.yml b/.github/workflows/coverage_tests.yml
index d572860cee..07f461db69 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