fix(ci): cancel stale Testbox PR runs (#95105) · openclaw/openclaw@3a7a385
RomneyDa
·
2026-06-20
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -14,6 +14,10 @@ on:
|
14 | 14 | permissions: |
15 | 15 | contents: read |
16 | 16 | |
| 17 | +concurrency: |
| 18 | +group: ${{ github.event_name == 'pull_request' && format('{0}-pr-v1-{1}', github.workflow, github.event.pull_request.number) || format('{0}-manual-v1-{1}', github.workflow, github.run_id) }} |
| 19 | +cancel-in-progress: ${{ github.event_name == 'pull_request' }} |
| 20 | + |
17 | 21 | env: |
18 | 22 | FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" |
19 | 23 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -13,6 +13,10 @@ on:
|
13 | 13 | permissions: |
14 | 14 | contents: read |
15 | 15 | |
| 16 | +concurrency: |
| 17 | +group: ${{ github.event_name == 'pull_request' && format('{0}-pr-v1-{1}', github.workflow, github.event.pull_request.number) || format('{0}-manual-v1-{1}', github.workflow, github.run_id) }} |
| 18 | +cancel-in-progress: ${{ github.event_name == 'pull_request' }} |
| 19 | + |
16 | 20 | env: |
17 | 21 | FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" |
18 | 22 | PNPM_CONFIG_STORE_DIR: "/tmp/openclaw-pnpm-store" |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -17,6 +17,10 @@ on:
|
17 | 17 | permissions: |
18 | 18 | contents: read |
19 | 19 | |
| 20 | +concurrency: |
| 21 | +group: ${{ github.event_name == 'pull_request' && format('{0}-pr-v1-{1}', github.workflow, github.event.pull_request.number) || format('{0}-manual-v1-{1}', github.workflow, github.run_id) }} |
| 22 | +cancel-in-progress: ${{ github.event_name == 'pull_request' }} |
| 23 | + |
20 | 24 | env: |
21 | 25 | FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" |
22 | 26 | PNPM_CONFIG_STORE_DIR: "/tmp/openclaw-pnpm-store" |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。