From 2acedd23fa9a98f97f1277dc7ea4c08675915c52 Mon Sep 17 00:00:00 2001 From: Robbie Blaine <4052340+rblaine95@users.noreply.github.com> Date: Mon, 18 Dec 2023 23:22:07 +0200 Subject: [PATCH] Patch concurrency group (#607) Add `${{ github.ref }}` to concurrency group, preventing PR's from cancelling each other --- .github/workflows/continuous-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-deploy.yml b/.github/workflows/continuous-deploy.yml index dd36c2920..f0004cc3b 100644 --- a/.github/workflows/continuous-deploy.yml +++ b/.github/workflows/continuous-deploy.yml @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest concurrency: - group: cicd-build-${{ matrix.image }} + group: cicd-build-${{ matrix.image }}-${{ github.ref }} cancel-in-progress: false outputs: