mirror of
https://github.com/django/django.git
synced 2026-02-09 02:49:25 +08:00
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:
1
.github/workflows/coverage_tests.yml
vendored
1
.github/workflows/coverage_tests.yml
vendored
@@ -15,7 +15,6 @@ permissions:
|
||||
|
||||
jobs:
|
||||
coverage:
|
||||
if: github.repository == 'django/django'
|
||||
name: Coverage Tests (Windows)
|
||||
runs-on: windows-latest
|
||||
timeout-minutes: 60
|
||||
|
||||
Reference in New Issue
Block a user