Skip to content

Commit 1c660ee

Browse files
committed
Configure CI workflow to handle concurrent releases
**As a** platform engineer **I want** our deployment process for our app repos to handle concurrent releases **so that** we avoid issues with incorrect ordering of releases alphagov/govuk-infrastructure#2123
1 parent 28c4876 commit 1c660ee

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- main
88
pull_request:
99

10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.repository }}-${{ github.ref_name }}
12+
cancel-in-progress: false
13+
1014
jobs:
1115
test:
1216
name: Test

0 commit comments

Comments
 (0)