We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe8a4c commit 5e18a6bCopy full SHA for 5e18a6b
1 file changed
.github/workflows/build-nvim-dev.yml
@@ -4,6 +4,10 @@
4
5
name: Build nvim-dev Image
6
7
+concurrency:
8
+ group: ${{ github.workflow }}-${{ github.ref }}
9
+ cancel-in-progress: true
10
+
11
on:
12
push:
13
branches:
0 commit comments