From a2a6271c59e83488547e1249b1ce022550122c4f Mon Sep 17 00:00:00 2001 From: Alvin Schiller <103769832+AlvinSchiller@users.noreply.github.com> Date: Mon, 16 Oct 2023 00:23:39 +0200 Subject: [PATCH] options korrigiert --- .github/workflows/docker_bullseye_target_unified.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/docker_bullseye_target_unified.yml b/.github/workflows/docker_bullseye_target_unified.yml index 6e97c5fe5..4b6a2a596 100644 --- a/.github/workflows/docker_bullseye_target_unified.yml +++ b/.github/workflows/docker_bullseye_target_unified.yml @@ -2,9 +2,6 @@ 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 }} - cancel-in-progress: true on: # schedule: @@ -94,9 +91,7 @@ jobs: uses: tj-actions/docker-run@v2 with: image: local/${{ env.DOCKER_IMAGE_NAME }}-test:cache - options: | - --platform linux/arm/v7 - --user ${{ matrix.username }} + options: --platform linux/arm/v7 --user ${{ matrix.username }} name: ${{ matrix.test_Script }} args: | ./${{ matrix.test_Script }}