diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d8201810c3..5c3a476310e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -117,7 +117,7 @@ jobs: contents: write pull-requests: write needs: - - check-tag + #- check-tag - determine-run-id secrets: inherit uses: ./.github/workflows/build-docs.yml @@ -133,7 +133,7 @@ jobs: permissions: contents: write needs: - - check-tag + #- check-tag - determine-run-id secrets: inherit uses: ./.github/workflows/release-upload.yml @@ -146,7 +146,7 @@ jobs: name: Publish wheels runs-on: ubuntu-latest needs: - - check-tag + #- check-tag - determine-run-id environment: name: ${{ inputs.wheel-dst }}