From 1c388df3d23ab8b21fabd23c72fffc07fd32b077 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 3 Dec 2021 00:17:43 +0100 Subject: [PATCH] set params paralell --- .github/workflows/pr_checks.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pr_checks.yaml b/.github/workflows/pr_checks.yaml index 93ad199a94..c4fc14a7f4 100644 --- a/.github/workflows/pr_checks.yaml +++ b/.github/workflows/pr_checks.yaml @@ -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: