From 9cc6726cacdadc6a7f76129ac92d404763941f3e Mon Sep 17 00:00:00 2001 From: ocnc <97242826+ocnc@users.noreply.github.com> Date: Mon, 6 Nov 2023 17:36:59 -0500 Subject: [PATCH] feat(ci): cancel ci on updates (#1292) --- .github/workflows/pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 43447d805..75fa89be5 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -26,6 +26,10 @@ on: branches: - main +concurrency: + group: ci-${{ github.ref }}-tests + cancel-in-progress: true + jobs: ci: strategy: