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 }}