From ee138ce9c6dda9c56c4ceb469ed0292bd0617dc7 Mon Sep 17 00:00:00 2001 From: Thirumalesh Aaraveti <athiruma@redhat.com> Date: Fri, 21 Jun 2024 10:22:41 +0530 Subject: [PATCH] Added the group to the pr --- .github/workflows/PR.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/PR.yml b/.github/workflows/PR.yml index b00c54ab..3a4199f0 100644 --- a/.github/workflows/PR.yml +++ b/.github/workflows/PR.yml @@ -8,6 +8,10 @@ on: types: [labeled, synchronize] branches: [ main ] +concurrency: + group: pr-queue + cancel-in-progress: false + jobs: approve: # First step runs-on: ubuntu-latest