Browse Source

Remove max-parallel

pull/453/head
Pēteris Caune 4 years ago
parent
commit
cf30f5c168
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      .github/workflows/django.yml

+ 0
- 1
.github/workflows/django.yml View File

@ -11,7 +11,6 @@ jobs:
runs-on: ubuntu-20.04
strategy:
max-parallel: 4
matrix:
db: [sqlite, postgres, mysql]
python-version: [3.6, 3.7, 3.8]


Loading…
Cancel
Save