Revert "ci: cancel in-progress Test and Build runs on PR update"
authorJosef Schlehofer <redacted>
Tue, 12 May 2026 10:45:13 +0000 (12:45 +0200)
committerJosef Schlehofer <redacted>
Tue, 12 May 2026 12:05:08 +0000 (14:05 +0200)
commitbfe91d32051f423ae58ad178091275d2b2b03691
tree9827214944bc594dd8a183afcbfeb0f3929d7764
parente15bac972201f1886884855f28642cac1bc9155d
Revert "ci: cancel in-progress Test and Build runs on PR update"

The previous commit broke the CI/CD pipeline, which now fails with the following error:
```
Canceling since a deadlock was detected for concurrency group: 'Test and Build-refs/pull/foo/merge' between a top level workflow and 'Feeds Package Test Build'
```

This likely occurs because the reusable workflow [1] already defines its own concurrency group.

[1] https://github.com/openwrt/actions-shared-workflows/blame/7325a2849900f35af61a08ccd7311b0c8d439246/.github/workflows/multi-arch-test-build.yml#L13

This reverts commit 753e26a1312b5b318ae8bb976e1443428afda21a.

Signed-off-by: Josef Schlehofer <redacted>
.github/workflows/multi-arch-test-build.yml
git clone https://git.99rst.org/PROJECT