1 parent 6c74980 commit d0976ecCopy full SHA for d0976ec
1 file changed
.github/workflows/build.yml
@@ -47,6 +47,10 @@ on:
47
required: true
48
type: boolean
49
50
+concurrency:
51
+ group: ${{ github.workflow }}-${{ github.ref }}
52
+ cancel-in-progress: true
53
+
54
jobs:
55
# -----------------------------------------------------------------
56
# PREPARE
0 commit comments