1 parent 6658247 commit a5f73dbCopy full SHA for a5f73db
1 file changed
.github/workflows/jira-pr-validator.yaml
@@ -4,6 +4,10 @@ on:
4
pull_request:
5
types: [opened, synchronize, reopened, edited]
6
7
+concurrency:
8
+ group: jira-validator-${{ github.event.pull_request.number }}
9
+ cancel-in-progress: true
10
+
11
jobs:
12
validate:
13
if: ${{ !github.event.pull_request.draft }}
0 commit comments