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: