set params paralell

This commit is contained in:
Matthias 2021-12-03 00:17:43 +01:00
parent e41da09b31
commit 1c388df3d2
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

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