mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
set params paralell
This commit is contained in:
parent
e41da09b31
commit
1c388df3d2
3
.github/workflows/pr_checks.yaml
vendored
3
.github/workflows/pr_checks.yaml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user