From 59dfadc02ac5692fe29891c79926f8cad8a98e89 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 8 Aug 2025 16:38:10 -0400 Subject: [PATCH] Cancel in-progress GitHub Actions test runs Signed-off-by: Juan Cruz Viotti --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d8aa7586..fe268862d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,10 @@ on: - main pull_request: +concurrency: + group: core-ci-${{ github.ref }} + cancel-in-progress: true + jobs: test: strategy: