From 27e3b57439b8c9e4174e82205ccf8e0367f1fdc2 Mon Sep 17 00:00:00 2001 From: Alvin Schiller <103769832+AlvinSchiller@users.noreply.github.com> Date: Mon, 16 Oct 2023 00:22:54 +0200 Subject: [PATCH] concurrency korrigiert --- .github/workflows/docker_bullseye_target_unified.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/docker_bullseye_target_unified.yml b/.github/workflows/docker_bullseye_target_unified.yml index 59acb62fc..6e97c5fe5 100644 --- a/.github/workflows/docker_bullseye_target_unified.yml +++ b/.github/workflows/docker_bullseye_target_unified.yml @@ -25,6 +25,8 @@ env: jobs: prepare: + name: Prepare base image for tests + concurrency: ${{ github.ref }}-prepare runs-on: ubuntu-latest steps: @@ -52,6 +54,10 @@ jobs: test: needs: prepare + name: Runs tests + concurrency: + group: ${{ github.ref }}-test + cancel-in-progress: true runs-on: ubuntu-latest strategy: