mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Add max-parallel: 5 again.
This commit is contained in:
parent
5b56dceb9b
commit
8236587c8c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -11,6 +11,8 @@ on:
|
|||
jobs:
|
||||
python-django:
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
max-parallel: 5
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue