fix(ci): allow full release child queues · openclaw/openclaw@9a92c3d
vincentkoc
·
2026-06-20
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -840,7 +840,7 @@ jobs:
|
840 | 840 | if: ${{ always() && contains(fromJSON('["all","npm-telegram"]'), inputs.rerun_group) && (inputs.npm_telegram_package_spec != '' || inputs.release_package_spec != '' || (inputs.rerun_group == 'all' && inputs.release_profile == 'full')) }} |
841 | 841 | continue-on-error: ${{ startsWith(github.ref, 'refs/heads/tideclaw/alpha/') }} |
842 | 842 | runs-on: ubuntu-24.04 |
843 | | -timeout-minutes: ${{ inputs.release_profile == 'full' && 120 || 60 }} |
| 843 | +timeout-minutes: ${{ inputs.release_profile == 'full' && 360 || 60 }} |
844 | 844 | outputs: |
845 | 845 | run_id: ${{ steps.dispatch.outputs.run_id }} |
846 | 846 | url: ${{ steps.dispatch.outputs.url }} |
@@ -971,7 +971,7 @@ jobs:
|
971 | 971 | needs: [resolve_target, docker_runtime_assets_preflight] |
972 | 972 | if: ${{ always() && needs.resolve_target.result == 'success' && contains(fromJSON('["all","performance"]'), inputs.rerun_group) && (inputs.rerun_group != 'all' || needs.docker_runtime_assets_preflight.result == 'success') }} |
973 | 973 | runs-on: ubuntu-24.04 |
974 | | -timeout-minutes: 120 |
| 974 | +timeout-minutes: ${{ inputs.release_profile == 'full' && 360 || 120 }} |
975 | 975 | outputs: |
976 | 976 | run_id: ${{ steps.dispatch.outputs.run_id }} |
977 | 977 | url: ${{ steps.dispatch.outputs.url }} |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。