From 2969fa27f6cc8d6a6f4f31beed4a2e14b95b7b06 Mon Sep 17 00:00:00 2001 From: Kyle Machulis Date: Sun, 28 Jan 2024 11:50:57 -0800 Subject: [PATCH] build: Fix duplicated builds in CI --- .github/workflows/central.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/central.yml b/.github/workflows/central.yml index 72fde16..2f7d980 100644 --- a/.github/workflows/central.yml +++ b/.github/workflows/central.yml @@ -10,6 +10,10 @@ on: tags: - 'v*' +concurrency: + group: ${{ github.head_ref || github.ref }} + cancel-in-progress: true + jobs: windows: runs-on: windows-latest