From d40e28972df151796e4912ebb7908b19e5d45fd8 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 4 Oct 2021 18:22:48 +0530 Subject: [PATCH] github: configure concurrency --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47c0661c..843d7743 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,9 @@ name: CI +concurrency: + group: ${{ github.head_ref }} + cancel-in-progress: true + on: push: branches: