From 97c37259684f76bc1ec38bed86d3a034d599caab Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Wed, 6 Mar 2024 11:06:30 -0800 Subject: [PATCH] Sequential instead of interrupting merge workflows --- .github/workflows/merge.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 5ff66c877..7458e7b1f 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -15,6 +15,11 @@ on: type: number required: true +concurrency: + # Do not interrupt previous workflows + group: ${{ github.workflow }} + cancel-in-progress: false + jobs: vars: name: Set Variables