Skip to content

Commit 5e18a6b

Browse files
committed
Let nvim cancel if a merge kicks off a new build
1 parent bfe8a4c commit 5e18a6b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-nvim-dev.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
name: Build nvim-dev Image
66

7+
concurrency:
8+
group: ${{ github.workflow }}-${{ github.ref }}
9+
cancel-in-progress: true
10+
711
on:
812
push:
913
branches:

0 commit comments

Comments
 (0)