Browse Source

Temp trigger teardown to test database section

pull/2055/head
Rachael Booth 3 years ago
parent
commit
1246d3cc0d
  1. 12
      .github/workflows/review_teardown_pipeline.yml

12
.github/workflows/review_teardown_pipeline.yml

@ -1,9 +1,12 @@
name: Review app teardown pipeline name: Review app teardown pipeline
concurrency: concurrency:
group: review-${{ github.event.pull_request.number }} group: review-0
on: on:
push:
branches:
- AwsReviewApps
pull_request: pull_request:
types: types:
- closed - closed
@ -14,7 +17,7 @@ env:
aws_account_id: 837698168072 aws_account_id: 837698168072
aws_region: eu-west-2 aws_region: eu-west-2
aws_role_prefix: core-dev aws_role_prefix: core-dev
aws_task_prefix: core-review-${{ github.event.pull_request.number }} aws_task_prefix: core-review-0
jobs: jobs:
database: database:
@ -56,3 +59,8 @@ jobs:
infra: infra:
name: Teardown review app - TODO name: Teardown review app - TODO
environment: review environment: review
runs-on: ubuntu-latest
steps:
- name: TODO
run: echo TODO

Loading…
Cancel
Save