From d6d0dd60e79aa8d085e48162d9bb3d9e61b8a857 Mon Sep 17 00:00:00 2001 From: Aden-Q Date: Sun, 12 May 2024 13:27:37 -0500 Subject: [PATCH] ci: add a concurrency policy to the release workflow --- .github/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bdca7cf..538eff8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,6 +7,10 @@ on: branches: - main +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: tag-release: if: github.event.pull_request.merged == true