Fix gha concurrency conditions (#22360)

pull/22374/head
Michael Telatynski 2022-05-26 10:21:43 +01:00 committed by GitHub
parent 9c92f55afd
commit 89bffd132a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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