Skip to content

Commit caa3126

Browse files
Update qa.yml
1 parent 81f3b87 commit caa3126

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/qa.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: QA
22

33
on: pull_request
44

5+
concurrency:
6+
group: qa-pr-${{ github.event.pull_request.number }}
7+
cancel-in-progress: true
8+
59
jobs:
610
qa:
711
name: QA

0 commit comments

Comments
 (0)