From e74bd3ac4558c9da387b4141a0aba3ce56717078 Mon Sep 17 00:00:00 2001 From: Rachael Booth Date: Thu, 9 Nov 2023 10:30:19 +0000 Subject: [PATCH] Temp cause review pipeline to run --- .github/workflows/review_pipeline.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/review_pipeline.yml b/.github/workflows/review_pipeline.yml index d591e15d4..6adf727d1 100644 --- a/.github/workflows/review_pipeline.yml +++ b/.github/workflows/review_pipeline.yml @@ -1,9 +1,12 @@ name: Review app pipeline concurrency: - group: review-${{ github.event.pull_request.number }} + group: review-0 on: + push: + branches: + - AwsReviewApps pull_request: types: - opened @@ -18,6 +21,10 @@ defaults: jobs: infra: name: Deploy review app infrastructure - TODO + runs-on: ubuntu-latest + steps: + - name: TODO + run: echo TODO code: name: Deploy review app code @@ -26,7 +33,7 @@ jobs: with: aws_account_id: 837698168072 aws_role_prefix: core-dev - aws_task_prefix: core-review-${{ github.event.pull_request.number }} + aws_task_prefix: core-review-0 environment: review permissions: id-token: write @@ -41,6 +48,7 @@ jobs: steps: - name: Comment on PR with URL + if: false uses: unsplash/comment-on-pr@v1.3.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}