ci: serialize WhatsApp live QA jobs · openclaw/openclaw@5e1fde7
steipete
·
2026-05-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1206,6 +1206,9 @@ jobs:
|
1206 | 1206 | continue-on-error: true |
1207 | 1207 | runs-on: ubuntu-24.04 |
1208 | 1208 | timeout-minutes: 60 |
| 1209 | +concurrency: |
| 1210 | +group: qa-live-whatsapp-shared |
| 1211 | +cancel-in-progress: false |
1209 | 1212 | permissions: |
1210 | 1213 | contents: read |
1211 | 1214 | pull-requests: read |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -576,6 +576,9 @@ jobs:
|
576 | 576 | needs: [authorize_actor, validate_selected_ref] |
577 | 577 | runs-on: blacksmith-8vcpu-ubuntu-2404 |
578 | 578 | timeout-minutes: 60 |
| 579 | +concurrency: |
| 580 | +group: qa-live-whatsapp-shared |
| 581 | +cancel-in-progress: false |
579 | 582 | environment: qa-live-shared |
580 | 583 | steps: |
581 | 584 | - name: Checkout selected ref |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。