From ef1a5f9ec103334d1960852e943c5411828b9d75 Mon Sep 17 00:00:00 2001 From: Sander Date: Tue, 31 Dec 2024 10:16:27 +0400 Subject: [PATCH] ci: limit concurrency --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f6d9baef..9d3c5105 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,6 +4,10 @@ on: pull_request: push: +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: tests: strategy: