mirror of https://github.com/openXC7/prjxray.git
Merge pull request #2000 from antmicro/umarcor/concurrency
ci: limit concurrency
This commit is contained in:
commit
e6ba750a08
|
|
@ -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