From f7cc72215e0f5ae497a6a71e7c86e1fbe0f685af Mon Sep 17 00:00:00 2001 From: Malte Poll Date: Fri, 19 Aug 2022 17:41:02 +0200 Subject: [PATCH] manual e2e test: allow parallel runs --- .github/workflows/e2e-test-manual.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/e2e-test-manual.yml b/.github/workflows/e2e-test-manual.yml index 7902b11cb..69516d9eb 100644 --- a/.github/workflows/e2e-test-manual.yml +++ b/.github/workflows/e2e-test-manual.yml @@ -50,11 +50,6 @@ on: default: true required: false -# Abort runs of *this* workflow, if a new commit with the same ref is pushed. -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - jobs: e2e-test-manual: runs-on: ubuntu-latest