Add concurrency
This commit is contained in:
parent
cbcba76309
commit
c17b12d466
|
@ -1,5 +1,9 @@
|
|||
name: PR labeler
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
|
|
Loading…
Reference in New Issue