From 4ea8bb5665adefed10373b0eb3a7b2205985f6f0 Mon Sep 17 00:00:00 2001 From: Zhaofeng Miao <522856232@qq.com> Date: Wed, 27 Sep 2023 14:59:27 +0800 Subject: [PATCH] ci: remove hub integration test (#6061) --- .github/workflows/force-release.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/force-release.yml b/.github/workflows/force-release.yml index 183d898b5487e..3294532bbfe63 100644 --- a/.github/workflows/force-release.yml +++ b/.github/workflows/force-release.yml @@ -25,17 +25,6 @@ jobs: run: | [[ -f SUCCESS ]] - - hub-integration: - needs: token-check - uses: jina-ai/hub-integration/.github/workflows/main.yml@main - with: - actions: 'all' - python_version: 3.8 - secrets: - extended_github_token: ${{ secrets.JINA_DEV_BOT }} - jina_auth_token: ${{ secrets.JINA_AUTH_TOKEN }} - # Build the wheels for Linux, Windows and macOS for Python 3.8 and newer build-wheels: runs-on: ${{ matrix.os }}