From 3ade4dc2354a738431966843ad5f2683fe25f1bf Mon Sep 17 00:00:00 2001 From: rafal-gorecki Date: Tue, 24 Oct 2023 19:18:08 +0200 Subject: [PATCH] workflow fix --- .github/workflows/bump_version.yaml | 1 + .github/workflows/industrial_ci.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/bump_version.yaml b/.github/workflows/bump_version.yaml index ed028903..cfbdd918 100644 --- a/.github/workflows/bump_version.yaml +++ b/.github/workflows/bump_version.yaml @@ -18,6 +18,7 @@ jobs: get-bump: name: Get version bump runs-on: ubuntu-latest + needs: industrial_ci outputs: bump: ${{ env.BUMP }} steps: diff --git a/.github/workflows/industrial_ci.yaml b/.github/workflows/industrial_ci.yaml index 8867fdf7..f4a98deb 100644 --- a/.github/workflows/industrial_ci.yaml +++ b/.github/workflows/industrial_ci.yaml @@ -14,6 +14,9 @@ jobs: uses: ./.github/workflows/spellcheck.yaml industrial_ci: + needs: + - black_test + - spellcheck_test strategy: fail-fast: false matrix: