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
parent 5a2504d3c3
commit 50d3133f65
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: