Fix gha concurrency conditions (#366)

This commit is contained in:
Michael Telatynski
2022-05-26 10:21:41 +01:00
committed by GitHub
parent ff3647e29a
commit 282109c861

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