Skip to content

Commit 35318be

Browse files
committed
workflows: debos: Drop concurrency
This is duplicating concurrency already defined in workflows including debos.yml, resulting in GitHub warnings such as "Canceling since a deadlock was detected for concurrency group: 'Build Linux kernel deb and debos image-refs/heads/main' between a top level workflow and 'debos-mainline-linux'". Signed-off-by: Loïc Minier <[email protected]>
1 parent 6f38763 commit 35318be

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/debos.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ on:
2525
permissions:
2626
contents: read # actions/checkout
2727

28-
# cancel in progress builds for this workflow triggered by the same ref
29-
concurrency:
30-
group: ${{ github.workflow }}-${{ github.ref }}
31-
cancel-in-progress: true
32-
3328
env:
3429
# image build id; used for SBOM generation; TODO: should be used in image metadata too
3530
BUILD_ID: ${{ github.run_id }}-${{ github.run_attempt }}

0 commit comments

Comments
 (0)