From 67447048a8997638ddd57c5a455e450823737ab8 Mon Sep 17 00:00:00 2001 From: Rachael Booth Date: Thu, 9 Nov 2023 10:50:11 +0000 Subject: [PATCH] Revert "Temp trigger teardown to test database section" This reverts commit 1246d3cc0d4a5b4adb71f0fbf1a8d91a8ebcb1b2. --- .github/workflows/review_teardown_pipeline.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/review_teardown_pipeline.yml b/.github/workflows/review_teardown_pipeline.yml index d041db4ce..b1397dc5d 100644 --- a/.github/workflows/review_teardown_pipeline.yml +++ b/.github/workflows/review_teardown_pipeline.yml @@ -1,12 +1,9 @@ name: Review app teardown pipeline concurrency: - group: review-0 + group: review-${{ github.event.pull_request.number }} on: - push: - branches: - - AwsReviewApps pull_request: types: - closed @@ -17,7 +14,7 @@ env: aws_account_id: 837698168072 aws_region: eu-west-2 aws_role_prefix: core-dev - aws_task_prefix: core-review-0 + aws_task_prefix: core-review-${{ github.event.pull_request.number }} jobs: database: @@ -59,8 +56,3 @@ jobs: infra: name: Teardown review app - TODO environment: review - runs-on: ubuntu-latest - - steps: - - name: TODO - run: echo TODO