ci: cancel duplicate Tideclaw alpha release runs · openclaw/openclaw@375afba
steipete
·
2026-05-20
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -108,7 +108,7 @@ permissions:
|
108 | 108 | |
109 | 109 | concurrency: |
110 | 110 | group: full-release-validation-${{ inputs.ref }}-${{ inputs.rerun_group }} |
111 | | -cancel-in-progress: ${{ inputs.ref == 'main' && inputs.rerun_group == 'all' }} |
| 111 | +cancel-in-progress: ${{ (inputs.ref == 'main' && inputs.rerun_group == 'all') || startsWith(inputs.ref, 'tideclaw/alpha/') }} |
112 | 112 | |
113 | 113 | env: |
114 | 114 | FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -32,7 +32,7 @@ on:
|
32 | 32 | |
33 | 33 | concurrency: |
34 | 34 | group: openclaw-npm-release-${{ github.event_name == 'workflow_dispatch' && format('{0}-{1}', inputs.tag, inputs.npm_dist_tag) || github.ref }} |
35 | | -cancel-in-progress: false |
| 35 | +cancel-in-progress: ${{ github.event_name == 'workflow_dispatch' && inputs.preflight_only && inputs.npm_dist_tag == 'alpha' }} |
36 | 36 | |
37 | 37 | env: |
38 | 38 | FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -81,7 +81,7 @@ on:
|
81 | 81 | |
82 | 82 | concurrency: |
83 | 83 | group: openclaw-release-checks-${{ inputs.expected_sha || inputs.ref }}-${{ inputs.rerun_group }} |
84 | | -cancel-in-progress: false |
| 84 | +cancel-in-progress: ${{ startsWith(github.ref, 'refs/heads/tideclaw/alpha/') }} |
85 | 85 | |
86 | 86 | env: |
87 | 87 | FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。