Skip to content

Commit c667810

Browse files
authored
cancel previous runs (karafka#312)
1 parent 5202af1 commit c667810

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: ci
22

3-
concurrency: ci-${{ github.ref }}
3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.ref }}
5+
cancel-in-progress: true
46

57
on:
68
pull_request:

0 commit comments

Comments
 (0)