fix(ci): cancel superseded main workflows · openclaw/openclaw@5cf8ba9
vincentkoc
·
2026-06-20
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -38,8 +38,8 @@ on:
|
38 | 38 | type: string |
39 | 39 | |
40 | 40 | concurrency: |
41 | | -group: plugin-npm-release-${{ github.event_name == 'workflow_dispatch' && inputs.ref || github.sha }} |
42 | | -cancel-in-progress: false |
| 41 | +group: plugin-npm-release-${{ github.event_name == 'workflow_dispatch' && inputs.ref || github.ref }} |
| 42 | +cancel-in-progress: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} |
43 | 43 | |
44 | 44 | env: |
45 | 45 | FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。