Add max-parallel: 5 again.

This commit is contained in:
Jannis Leidel 2023-05-02 10:42:57 +02:00
parent 5b56dceb9b
commit 8236587c8c
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -11,6 +11,8 @@ on:
jobs:
python-django:
runs-on: ubuntu-20.04
strategy:
max-parallel: 5
steps:
- uses: actions/checkout@v2