Skip to content

Commit adb6bf2

Browse files
author
amvanbaren
committed
Add concurrency to workflow
1 parent 5d0f4db commit adb6bf2

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)