Skip to content

Commit f06af68

Browse files
committed
Added cancel previous run if in progress.
1 parent 8bfe85c commit f06af68

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
pull_request:
88
branches: [ master ]
99

10+
concurrency:
11+
group: ci-${{ github.ref }}
12+
cancel-in-progress: true
13+
1014
jobs:
1115
formatKotlin:
1216
runs-on: macos-latest

0 commit comments

Comments
 (0)