Skip to content

Commit

Permalink
ci: disable pkg preview (#8794)
Browse files Browse the repository at this point in the history
  • Loading branch information
LingyuCoder authored Dec 20, 2024
1 parent 445398c commit 715bccc
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 715bccc

Please sign in to comment.