From e468f5bbc9d993962875ed65f825d06b3411fe30 Mon Sep 17 00:00:00 2001 From: Adithya Krishna Date: Mon, 21 Aug 2023 18:55:53 +0530 Subject: [PATCH] chore: enable job concurrency Signed-off-by: Adithya Krishna --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8b8e97aa..c15689123 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,10 @@ on: pull_request: branches: [ "feat/refresh" ] +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} + cancel-in-progress: true + env: HUSKY: 0