2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 02:25:38 +00:00

set params paralell

This commit is contained in:
Matthias
2021-12-03 00:17:43 +01:00
parent e41da09b31
commit 1c388df3d2

View File

@ -57,7 +57,6 @@ jobs:
check_version:
name: version number
needs: init
runs-on: ubuntu-latest
steps:
@ -69,7 +68,7 @@ jobs:
pep_style:
name: PEP style (python)
needs: check_version
needs: ['init', 'check_version']
runs-on: ubuntu-latest
steps: