From d32368d5fd305d2cc4ba5fa8ef4eec4014eb1d73 Mon Sep 17 00:00:00 2001 From: Richard Case Date: Wed, 9 Oct 2024 06:44:06 +0100 Subject: [PATCH] fix: concurrency settings where causing issues The concurrency settings where causing matrix jobs to be cancelled. Removing for the time being. Signed-off-by: Richard Case --- .github/workflows/build-ami.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build-ami.yml b/.github/workflows/build-ami.yml index 49d424ce31..c65faf10e4 100644 --- a/.github/workflows/build-ami.yml +++ b/.github/workflows/build-ami.yml @@ -35,9 +35,6 @@ permissions: jobs: buildandpublish: - concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: false strategy: matrix: target: ['ubuntu-2204', 'ubuntu-2404', 'flatcar', 'rhel-8']