Skip to content

Commit 7309274

Browse files
authored
VED-1101 added concurrency guard to CD pipeline (#1271)
* added concurrency guard to CD pipeline * added concurrency guard to CD pipeline dynamic group
1 parent 6bbac5e commit 7309274

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/continuous-deployment.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- master
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }} #hardcoded group name causes the pipeline to get stuck
10+
cancel-in-progress: false
11+
812
jobs:
913
run-quality-checks:
1014
uses: ./.github/workflows/quality-checks.yml

0 commit comments

Comments
 (0)