Revert "Github Actions pull_request synchronize runs on PR open anyway" (#8720)

* Revert "Github Actions pull_request synchronize runs on PR open anyway (#8718)"

This reverts commit eaace4b4d1.

* Update pull_request.yaml
pull/28217/head
Michael Telatynski 2022-05-30 15:40:26 +01:00 committed by GitHub
parent af6ded3b0b
commit e87ef3b6ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -1,10 +1,8 @@
name: Pull Request
on:
pull_request_target:
types: [ edited, labeled, unlabeled, synchronize ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
cancel-in-progress: true
types: [ opened, edited, labeled, unlabeled, synchronize ]
concurrency: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
jobs:
changelog:
name: Preview Changelog