diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b68164..9f21b7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -155,7 +155,7 @@ jobs: make unit-tests distribution: - needs: [integration-tests, type-check, documentation] + needs: [integration-tests, documentation] if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }} runs-on: ubuntu-latest @@ -179,7 +179,6 @@ jobs: needs: - pre-commit - unit-tests - - type-check - documentation - integration-tests - distribution