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 ce097d2 commit fee3036Copy full SHA for fee3036
1 file changed
.github/workflows/ci.yml
@@ -6,6 +6,10 @@ on:
6
pull_request:
7
branches: [main]
8
9
+concurrency:
10
+ group: pr-${{ github.event.pull_request.number }}
11
+ cancel-in-progress: true
12
+
13
jobs:
14
build-lint:
15
name: Build & static code analysis
0 commit comments