Skip to content

Commit 2ab3bf8

Browse files
authored
Merge pull request #59 from alphagov/concurrency
Configure CI workflow to handle concurrent releases
2 parents 28c4876 + 1c660ee commit 2ab3bf8

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)