mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 17:11:21 +08:00
[CI] Fix: incorrect downstream job execution when only build_gpu/xpu is skipped (#6958)
* [CI] Fix: incorrect downstream job execution when only build_gpu/xpu is skipped * [CI] Fix: avoid skipping required jobs by moving skip logic to steps * [CI] Fix: Invalid secret, github-token is not defined
This commit is contained in:
@@ -43,7 +43,7 @@ jobs:
|
||||
runs-on: [self-hosted, GPU-h1z1-2Cards]
|
||||
timeout-minutes: 105
|
||||
needs: check_cov_skip
|
||||
if: needs.check_cov_skip.outputs.can-skip != 'true'
|
||||
if: ${{ inputs.FASTDEPLOY_WHEEL_URL != '' && needs.check_cov_skip.outputs.can-skip != 'true' }}
|
||||
outputs:
|
||||
all_cov_file_url: ${{ steps.cov_upload.outputs.all_cov_file_url }}
|
||||
unittest_failed_url: ${{ steps.cov_upload.outputs.unittest_failed_url }}
|
||||
|
||||
Reference in New Issue
Block a user