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: