From 091f3d3a07432e3b48921d382a5ca92e47cc1d69 Mon Sep 17 00:00:00 2001 From: Pascal Bourque Date: Fri, 1 Nov 2024 08:27:11 -0400 Subject: [PATCH] ci: Cancel in-progress workflows for the same branch --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cb4c56..aee22b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,9 @@ name: 'CI: lint, multi-locale build and release' +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + on: push: branches: ['main']