diff --git a/.github/workflows/review_pipeline.yml b/.github/workflows/review_pipeline.yml index 6adf727d1..d591e15d4 100644 --- a/.github/workflows/review_pipeline.yml +++ b/.github/workflows/review_pipeline.yml @@ -1,12 +1,9 @@ name: Review app pipeline concurrency: - group: review-0 + group: review-${{ github.event.pull_request.number }} on: - push: - branches: - - AwsReviewApps pull_request: types: - opened @@ -21,10 +18,6 @@ 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 @@ -33,7 +26,7 @@ jobs: with: aws_account_id: 837698168072 aws_role_prefix: core-dev - aws_task_prefix: core-review-0 + aws_task_prefix: core-review-${{ github.event.pull_request.number }} environment: review permissions: id-token: write @@ -48,7 +41,6 @@ jobs: steps: - name: Comment on PR with URL - if: false uses: unsplash/comment-on-pr@v1.3.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}