Skip to content

Commit 3592931

Browse files
authored
Merge pull request #111 from lool/only-leaf-concurrency-groups
workflows: debos: Drop concurrency
2 parents 5bb8015 + 35318be commit 3592931

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)