From e87ef3b6abb9fee73f284f164d86f02492bbe039 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 30 May 2022 15:40:26 +0100 Subject: [PATCH] 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 eaace4b4d1fe1758f75acc197986ce7eaf687f20. * Update pull_request.yaml --- .github/workflows/pull_request.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 31c453104b..d861ea054e 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -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