From 257fecbdb153109b428aa9ea4c2984e5250084fb Mon Sep 17 00:00:00 2001 From: "vitess-bot[bot]" <108069721+vitess-bot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:31:47 -0600 Subject: [PATCH] [release-18.0] Remove concurrency group for check labels workflow (#15197) (#15208) Signed-off-by: Florent Poinsard Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com> --- .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 c3c89273df8..9475a962097 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: