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
This commit is contained in:
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

View file

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