ci(build_packages): cancel repeating actions
This commit is contained in:
parent
c1f77da3b9
commit
88769bc23b
|
@ -1,5 +1,9 @@
|
|||
name: Cross build packages
|
||||
|
||||
concurrency:
|
||||
group: build-${{ github.event_name }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
Loading…
Reference in New Issue