From 012fb502624523dda7cf8ac298f3f14a2262bc6c Mon Sep 17 00:00:00 2001 From: Dennis Garding Date: Tue, 4 Jul 2023 11:20:26 +0200 Subject: [PATCH] ci(SW-27133) - Remove runner cancelation of image builder --- .github/workflows/setup-workflow.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/setup-workflow.yml b/.github/workflows/setup-workflow.yml index eb4e2a0..79d6014 100644 --- a/.github/workflows/setup-workflow.yml +++ b/.github/workflows/setup-workflow.yml @@ -17,10 +17,6 @@ on: type: string default: "none" -concurrency: - group: ${{ github.ref }}-${{ github.workflow }} - cancel-in-progress: true - jobs: setup-shopware: name: Setup Shopware ${{ inputs.shopware-version }}