From 1ad08e9671e3bd84527237ad4af202fde6c50a17 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 29 Sep 2021 17:30:32 +0530 Subject: github: force PR builds to be in the same concurrency group (#1507) --- .github/workflows/pull_request.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index ffe8acae..045a9124 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -1,6 +1,11 @@ on: [pull_request] name: Check pull request + +concurrency: + group: ${{ github.head_ref }} + cancel-in-progress: true + jobs: unit-tests: runs-on: ubuntu-latest -- cgit v1.2.3