From eaace4b4d1fe1758f75acc197986ce7eaf687f20 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 30 May 2022 14:33:36 +0100 Subject: [PATCH] Github Actions pull_request synchronize runs on PR open anyway (#8718) --- .github/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index ce9167e05a..31c453104b 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -1,7 +1,7 @@ name: Pull Request on: pull_request_target: - types: [ opened, edited, labeled, unlabeled, synchronize ] + types: [ edited, labeled, unlabeled, synchronize ] concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }} cancel-in-progress: true