mirror of
https://github.com/openwrt/packages.git
synced 2026-05-30 03:36:24 +08:00
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]7325a28499/.github/workflows/multi-arch-test-build.yml (L13)This reverts commit753e26a131. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>