mirror of https://github.com/openwrt/packages.git
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]pull/29433/head7325a28499/.github/workflows/multi-arch-test-build.yml (L13)This reverts commit753e26a131. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
parent
e15bac9722
commit
bfe91d3205
|
|
@ -7,10 +7,6 @@ permissions:
|
|||
contents: read
|
||||
pull-requests: write
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
formalities:
|
||||
name: Test Formalities
|
||||
|
|
|
|||
Loading…
Reference in New Issue