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

pull/28788/head^2
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
1 changed files with 1 additions and 1 deletions

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