
























@@ -215,7 +215,7 @@ jobs:
215215needs: [resolve_target]
216216if: contains(fromJSON('["all","ci"]'), inputs.rerun_group)
217217runs-on: ubuntu-24.04
218-timeout-minutes: ${{ inputs.release_profile == 'full' && 240 || 60 }}
218+timeout-minutes: ${{ inputs.release_profile != 'minimum' && 240 || 60 }}
219219outputs:
220220run_id: ${{ steps.dispatch.outputs.run_id }}
221221url: ${{ steps.dispatch.outputs.url }}
@@ -315,7 +315,7 @@ jobs:
315315needs: [resolve_target]
316316if: contains(fromJSON('["all","plugin-prerelease"]'), inputs.rerun_group)
317317runs-on: ubuntu-24.04
318-timeout-minutes: ${{ inputs.release_profile == 'full' && 300 || 60 }}
318+timeout-minutes: ${{ inputs.release_profile == 'full' && 300 || inputs.release_profile == 'stable' && 240 || 60 }}
319319outputs:
320320run_id: ${{ steps.dispatch.outputs.run_id }}
321321url: ${{ steps.dispatch.outputs.url }}
@@ -415,7 +415,7 @@ jobs:
415415needs: [resolve_target]
416416if: contains(fromJSON('["all","release-checks","install-smoke","cross-os","live-e2e","package","qa","qa-parity","qa-live"]'), inputs.rerun_group)
417417runs-on: ubuntu-24.04
418-timeout-minutes: ${{ inputs.release_profile == 'full' && 240 || 60 }}
418+timeout-minutes: ${{ inputs.release_profile != 'minimum' && 240 || 60 }}
419419outputs:
420420run_id: ${{ steps.dispatch.outputs.run_id }}
421421url: ${{ steps.dispatch.outputs.url }}
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。