Skip to content

Commit 4c87bd7

Browse files
lburgazzolimetacosm
authored andcommitted
1 parent aa126e7 commit 4c87bd7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/master-snapshot-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: Test & Release Snapshot to Maven Central
2+
concurrency:
3+
group: ${{ github.ref }}-${{ github.workflow }}
4+
cancel-in-progress: true
25
on:
36
push:
47
branches: [ master ]

.github/workflows/pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: Verify Pull Request
2+
concurrency:
3+
group: ${{ github.ref }}-${{ github.workflow }}
4+
cancel-in-progress: true
25
on:
36
pull_request:
47
branches: [ master ]

0 commit comments

Comments
 (0)