updated cicd settings (removed max parallel
All checks were successful
Django Backend Validation / build (debian-latest, 3.11) (push) Successful in 12s
Django Backend Validation / build (debian-latest, 3.12) (push) Successful in 13s
Django Backend Validation / build (ubuntu-latest, 3.11) (push) Successful in 12s
Django Backend Validation / build (ubuntu-latest, 3.12) (push) Successful in 12s

Signed-off-by: Jochen Mehlich <coding@jochenmehlich.de>
This commit is contained in:
Jochen Mehlich 2024-08-28 14:10:17 +02:00
parent 16f09b429a
commit fd365ef3fb

View File

@ -6,7 +6,6 @@ on: [push]
jobs:
build:
strategy:
max-parallel: 4
matrix:
python-version: [3.11, 3.12]
os: [ubuntu-latest, debian-latest]