We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f3b87 commit caa3126Copy full SHA for caa3126
.github/workflows/qa.yml
@@ -2,6 +2,10 @@ name: QA
2
3
on: pull_request
4
5
+concurrency:
6
+ group: qa-pr-${{ github.event.pull_request.number }}
7
+ cancel-in-progress: true
8
+
9
jobs:
10
qa:
11
name: QA
0 commit comments