From aaf82ee5ff5caac08c1ccc9fecea49d095be6a41 Mon Sep 17 00:00:00 2001 From: Florent Poinsard <35779988+frouioui@users.noreply.github.com> Date: Mon, 12 Feb 2024 06:42:14 -0600 Subject: [PATCH] Remove concurrency group for check labels workflow (#15197) Signed-off-by: Florent Poinsard --- .github/workflows/check_label.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/check_label.yml b/.github/workflows/check_label.yml index 7d53d55055b..ec5309c6757 100644 --- a/.github/workflows/check_label.yml +++ b/.github/workflows/check_label.yml @@ -3,10 +3,6 @@ on: pull_request: types: [opened, labeled, unlabeled, synchronize] -concurrency: - group: format('{0}-{1}', ${{ github.ref }}, 'Check Pull Request labels') - cancel-in-progress: true - permissions: read-all jobs: