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.
2 parents 42da0e6 + caa3126 commit 52e3f7bCopy full SHA for 52e3f7b
.github/workflows/lint-pr-title.yml
@@ -7,6 +7,10 @@ on:
7
- edited
8
- synchronize
9
10
+concurrency:
11
+ group: lint-pr-title-pr-${{ github.event.pull_request.number }}
12
+ cancel-in-progress: true
13
+
14
jobs:
15
lint-pr-title:
16
name: Lint PR title
.github/workflows/qa.yml
@@ -2,6 +2,10 @@ name: QA
2
3
on: pull_request
4
5
6
+ group: qa-pr-${{ github.event.pull_request.number }}
qa:
name: QA
0 commit comments