mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
* [Cherry-Pick][CI] Sync develop fix and optimizations to 2.4(#6975)
This commit is contained in:
@@ -32,8 +32,17 @@ on:
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
check_bypass:
|
||||
uses: ./.github/workflows/check-bypass.yml
|
||||
secrets:
|
||||
github-token: ${{ secrets.github-token }}
|
||||
with:
|
||||
workflow-name: gpu_4cards_test
|
||||
|
||||
run_4_cards_tests:
|
||||
runs-on: [self-hosted, GPU-h20-4Cards]
|
||||
needs: check_bypass
|
||||
if: ${{ inputs.FASTDEPLOY_WHEEL_URL != '' && needs.check_bypass.outputs.can-skip != 'true' }}
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
- name: Code Prepare
|
||||
|
||||
Reference in New Issue
Block a user