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 b88c994 commit 2031b18Copy full SHA for 2031b18
.github/workflows/lint-pull-request-title.yml
@@ -7,6 +7,10 @@ on:
7
- edited
8
- synchronize
9
10
+concurrency:
11
+ group: lint_pull_request_title-pr-${{ github.event.pull_request.number }}
12
+ cancel-in-progress: true
13
+
14
jobs:
15
lint_pull_request_title:
16
name: Lint pull request title
@@ -20,4 +24,4 @@ jobs:
20
24
types: |
21
25
chore
22
26
feat
23
- fix
27
+ fix
.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