Browse Source

CLDC-4263: rename review app workflows for clarity

pull/3238/head
Nat Dean-Lewis 4 days ago
parent
commit
976dc049a9
  1. 2
      .github/workflows/manual_review_code_pipeline.yml
  2. 2
      .github/workflows/review_app_hint.yml
  3. 2
      .github/workflows/review_pipeline.yml
  4. 2
      .github/workflows/review_teardown_pipeline.yml

2
.github/workflows/manual_review_code_pipeline.yml

@ -1,4 +1,4 @@
name: Manual review app code pipeline name: "Review App: Manual Code Redeploy"
concurrency: concurrency:
group: review-${{ inputs.review_app_key }} group: review-${{ inputs.review_app_key }}

2
.github/workflows/review_app_hint.yml

@ -1,4 +1,4 @@
name: Review app hint name: "Review App: PR Hint Comment"
on: on:
pull_request: pull_request:

2
.github/workflows/review_pipeline.yml

@ -1,4 +1,4 @@
name: Review app pipeline name: "Review App: Deploy"
concurrency: concurrency:
group: review-${{ github.event.pull_request.number }} group: review-${{ github.event.pull_request.number }}

2
.github/workflows/review_teardown_pipeline.yml

@ -1,4 +1,4 @@
name: Review app teardown pipeline name: "Review App: Teardown"
concurrency: concurrency:
group: review-${{ github.event.pull_request.number }} group: review-${{ github.event.pull_request.number }}

Loading…
Cancel
Save