From e6df65788d3b344a5b4eca642f4cd2d559852e2a Mon Sep 17 00:00:00 2001 From: Sean Rester Date: Fri, 12 Nov 2021 21:25:51 -0500 Subject: [PATCH] Adding standalone trigger for regression testing --- .github/workflows/regression.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/regression.yaml b/.github/workflows/regression.yaml index 8fb54f8f19..f0817fabee 100644 --- a/.github/workflows/regression.yaml +++ b/.github/workflows/regression.yaml @@ -30,8 +30,6 @@ on: description: 'The new version to use as the upgrade in upgrade scenarios and the initial version for fresh installs.' required: true -concurrency: regression - env: AWS_DEFAULT_REGION: us-east-1 AWS_ACCESS_KEY_ID: ${{ secrets.E2E_TESTIM_AWS_ACCESS_KEY_ID }}