From a7a9df3b9dec8bb92af343fb199e27b02181509c Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Mon, 2 Jan 2023 10:12:06 -0500 Subject: [PATCH] ci: update global workflows (#673) --- .github/workflows/pull-requests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index a1d9279b..58243872 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -11,9 +11,7 @@ on: pull_request_target: types: [opened, synchronize, edited, reopened] -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true +# no concurrency for pull_request_target events jobs: check-pull-request: