Skip to content

Commit 051f397

Browse files
committed
Only allow one release workflow to run at once for a given app
1 parent 2f0a23a commit 051f397

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
GH_TOKEN:
77
required: true
88

9+
concurrency:
10+
group: release-${{ github.event.workflow_run.repository.name }}
11+
cancel-in-progress: false
12+
913
jobs:
1014
release:
1115
name: Release

0 commit comments

Comments
 (0)