From 9af4ad0c485b2480b8f585d5ed016219b0e70f85 Mon Sep 17 00:00:00 2001 From: phips28 Date: Wed, 22 Sep 2021 17:11:44 +0200 Subject: [PATCH] disable end to end test --- .github/workflows/pull-request.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 54627db..7bac529 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -1,11 +1,11 @@ -name: Confirm Pull Request - -on: - pull_request: - -concurrency: end-to-end-test - -jobs: +#name: Confirm Pull Request +# +#on: +# pull_request: +# +#concurrency: end-to-end-test +# +#jobs: # end-to-end-tests: # name: Conduct end-to-end tests # runs-on: ubuntu-latest