Skip to content

Commit 630627b

Browse files
authored
Merge pull request #4265 from amvanbaren/namespace-claim-concurrency
Add concurrency to namespace claim workflow
2 parents 5d0f4db + adb6bf2 commit 630627b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/claim-namespace.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Claim Namespace
22
on:
33
issues:
44
types: [opened, edited, labeled]
5+
concurrency:
6+
group: ${{ github.workflow }}-${{ github.event.issue.number }}
7+
cancel-in-progress: true
58
jobs:
69
namespace:
710
name: Namespace Claim Checks

0 commit comments

Comments
 (0)