ci: limit concurrency
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
d9d4336fe3
commit
cdea039f1e
|
@ -1,5 +1,9 @@
|
|||
name: Automerge
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
|
|
Loading…
Reference in New Issue