Skip to content

Commit f7d61ec

Browse files
committed
ci: concurrency for stop duplicate workflow runs
1 parent b94dba9 commit f7d61ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
- v2
1010
workflow_dispatch:
1111

12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.ref }}
14+
cancel-in-progress: true
15+
1216
jobs:
1317
build:
1418
name: Build with Java 17

0 commit comments

Comments
 (0)