Skip to content

Commit a5f73db

Browse files
authored
Update jira-pr-validator.yaml
1 parent 6658247 commit a5f73db

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/jira-pr-validator.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request:
55
types: [opened, synchronize, reopened, edited]
66

7+
concurrency:
8+
group: jira-validator-${{ github.event.pull_request.number }}
9+
cancel-in-progress: true
10+
711
jobs:
812
validate:
913
if: ${{ !github.event.pull_request.draft }}

0 commit comments

Comments
 (0)