Fix gha concurrency conditions (#22360)
parent
9c92f55afd
commit
89bffd132a
|
@ -2,6 +2,9 @@ name: Pull Request
|
|||
on:
|
||||
pull_request_target:
|
||||
types: [ opened, edited, labeled, unlabeled, synchronize ]
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
changelog:
|
||||
name: Preview Changelog
|
||||
|
|
Loading…
Reference in New Issue