Skip to content

Commit b1e852a

Browse files
authored
DEN-4986 [Automatic PR] Add concurrency to workflows (#22)
1 parent 73032f3 commit b1e852a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dependency-submission.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
workflow_dispatch:
66

7+
concurrency:
8+
group: ${{ github.workflow }}${{ github.ref_name != github.event.repository.default_branch && github.ref || github.run_id }}
9+
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch }}
10+
711
jobs:
812
maintenance_workflow:
913
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)