Skip to content

Commit 84c6f8c

Browse files
committed
ci concurrency
1 parent 44d0ce0 commit 84c6f8c

File tree

5 files changed

+21
-0
lines changed

5 files changed

+21
-0
lines changed

.github/workflows/dependency-submission.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Dependency Submission
22

3+
concurrency:
4+
group: dependency-submission-${{ github.ref }}
5+
cancel-in-progress: true
6+
37
on:
48
push:
59
branches: [ 'main' ]

.github/workflows/deployment.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Publish to Maven Central
22

3+
concurrency:
4+
group: maven-publish-${{ github.ref }}
5+
cancel-in-progress: false
6+
37
on:
48
push:
59
branches: [main]

.github/workflows/detekt.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Detekt Checks
22

3+
concurrency:
4+
group: detekt-${{ github.ref }}
5+
cancel-in-progress: true
6+
37
on:
48
push:
59
branches: [main]

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Tests
22

3+
concurrency:
4+
group: testing-${{ github.ref }}
5+
cancel-in-progress: true
6+
37
on:
48
push:
59
branches: [main]

.github/workflows/webpage-deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
name: Publish the website
2+
3+
concurrency:
4+
group: dokka-deploy-${{ github.ref }}
5+
cancel-in-progress: false
6+
27
on:
38
push:
49
branches: [ main ]

0 commit comments

Comments
 (0)