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

This commit is contained in:
Michael Telatynski 2022-05-30 14:33:36 +01:00 committed by GitHub
parent 5b520e84c4
commit eaace4b4d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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