manual e2e test: allow parallel runs

This commit is contained in:
Malte Poll 2022-08-19 17:41:02 +02:00 committed by Malte Poll
parent e841d9201b
commit f7cc72215e

View File

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