Merge pull request #2000 from antmicro/umarcor/concurrency

ci: limit concurrency
This commit is contained in:
Tim 'mithro' Ansell 2022-08-18 11:23:31 -07:00 committed by GitHub
commit e6ba750a08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: