From db5ff9ba3a8a8b6a7ecc23f00515840aa88619b5 Mon Sep 17 00:00:00 2001 From: Alvin Schiller <103769832+AlvinSchiller@users.noreply.github.com> Date: Mon, 16 Oct 2023 00:50:29 +0200 Subject: [PATCH] concurrency korrigiert --- .github/workflows/docker_bullseye_target_unified.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker_bullseye_target_unified.yml b/.github/workflows/docker_bullseye_target_unified.yml index 4b6a2a596..e57e20cc9 100644 --- a/.github/workflows/docker_bullseye_target_unified.yml +++ b/.github/workflows/docker_bullseye_target_unified.yml @@ -2,6 +2,9 @@ name: Test Install Scripts Target Unified # let only one instance run the test so cache is not corrupted. # cancel already running instances as only the last run will be relevant +concurrency: + group: ${{ github.ref }}-target-unified + cancel-in-progress: true on: # schedule: @@ -23,7 +26,6 @@ env: jobs: prepare: name: Prepare base image for tests - concurrency: ${{ github.ref }}-prepare runs-on: ubuntu-latest steps: @@ -51,10 +53,7 @@ jobs: test: needs: prepare - name: Runs tests - concurrency: - group: ${{ github.ref }}-test - cancel-in-progress: true + name: Run tests runs-on: ubuntu-latest strategy: