ci: limit concurrency

Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
Unai Martinez-Corral 2022-08-18 04:34:05 +02:00 committed by Hans Baier
parent 35eaa786cc
commit 07e3cbd793
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
name: Automerge
concurrency:
group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
push: