Github Actions pull_request synchronize runs on PR open anyway (#22396)

* Github Actions pull_request synchronize runs on PR open anyway

* Update pull_request.yaml
This commit is contained in:
Michael Telatynski 2022-05-30 15:40:33 +01:00 committed by GitHub
parent 7c8ded1526
commit 4a91c172b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,9 +2,7 @@ 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
concurrency: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
jobs:
changelog:
name: Preview Changelog