Skip to content

Commit d063e4a

Browse files
committed
Updated PR workflow
1 parent 721f6ba commit d063e4a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request:
55
branches: [ main ]
66

7+
concurrency:
8+
group: pr-validation-${{ github.event.pull_request.number }}
9+
cancel-in-progress: true
10+
711
jobs:
812
test:
913
name: Run Tests

0 commit comments

Comments
 (0)