From e69db3d7ed9ad5307d334563607d8d1269283ce1 Mon Sep 17 00:00:00 2001 From: Brett Logan Date: Thu, 5 Jan 2023 09:49:21 -0500 Subject: [PATCH] Fix main branch concurrency group Signed-off-by: Brett Logan --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f8ea2ff2..795ea87e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -10,8 +10,8 @@ jobs: name: Build and Test runs-on: ubuntu-20.04-8core-sl concurrency: - group: ${{ github.workflow }}-main - cancel-in-progress: false + group: ${{ github.workflow }}-main-${{ matrix.images.target }} + cancel-in-progress: true permissions: contents: read deployments: write