From 715bccc11cf6a532387795d2d4b682c098b1c273 Mon Sep 17 00:00:00 2001 From: harpsealjs Date: Fri, 20 Dec 2024 17:28:59 +0800 Subject: [PATCH] ci: disable pkg preview (#8794) --- .github/workflows/ci.yml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 454ca55d450..5b65dcb3d90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -451,15 +451,16 @@ jobs: URL: ${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}} LARK_WEBHOOK_URL: ${{secrets.LARK_WEBHOOK_URL}} - pkg-preview: - name: Pkg Preview - needs: - - test-linux - - test-windows - - cargo-deny - - lint - - rust_check - - rust_test - # after merged to main branch - if: ${{ !failure() && github.event_name == 'push' }} - uses: ./.github/workflows/preview-commit.yml + # TODO: enable it after self hosted runners are ready + # pkg-preview: + # name: Pkg Preview + # needs: + # - test-linux + # - test-windows + # - cargo-deny + # - lint + # - rust_check + # - rust_test + # # after merged to main branch + # if: ${{ !failure() && github.event_name == 'push' }} + # uses: ./.github/workflows/preview-commit.yml