From 163fba86dd79426ce441764305ab65c39869be18 Mon Sep 17 00:00:00 2001 From: David Gomes <10091092+davidgomesdev@users.noreply.github.com> Date: Sat, 20 Jan 2024 14:36:33 +0000 Subject: [PATCH] ci: avoid running 2 releases at the same time --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d3f9a2d..1ffd64e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,9 @@ on: branches: ["main"] workflow_dispatch: +concurrency: + group: ${{ github.workflow }} + jobs: build-server: runs-on: ubuntu-latest