From cba385fee344e9f081021c1eee6940c4d4973154 Mon Sep 17 00:00:00 2001 From: Chris Randles Date: Mon, 16 Feb 2026 11:46:03 -0500 Subject: [PATCH] ci: cancel in progress workflows (to same PR/branch) Signed-off-by: Chris Randles --- .github/workflows/ci-build-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-build-tests.yml b/.github/workflows/ci-build-tests.yml index a2d4dc862..12d53d6a0 100644 --- a/.github/workflows/ci-build-tests.yml +++ b/.github/workflows/ci-build-tests.yml @@ -16,6 +16,10 @@ on: name: CI Tests +concurrency: + group: ci-build-tests-${{ github.ref }} + cancel-in-progress: true + jobs: lint: runs-on: ubuntu-latest