From f7b9782be0277887e6f2ac52a84959303dbbc50b Mon Sep 17 00:00:00 2001 From: Leo Fang Date: Tue, 21 Oct 2025 15:32:18 +0000 Subject: [PATCH] hot fix: skip check-tag for now --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}