From 976dc049a94ab6f552f9b1eec5207eda75c414f5 Mon Sep 17 00:00:00 2001 From: Nat Dean-Lewis Date: Mon, 16 Mar 2026 11:58:23 +0000 Subject: [PATCH] CLDC-4263: rename review app workflows for clarity --- .github/workflows/manual_review_code_pipeline.yml | 2 +- .github/workflows/review_app_hint.yml | 2 +- .github/workflows/review_pipeline.yml | 2 +- .github/workflows/review_teardown_pipeline.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/manual_review_code_pipeline.yml b/.github/workflows/manual_review_code_pipeline.yml index 2ea0719ca..0e4ad747b 100644 --- a/.github/workflows/manual_review_code_pipeline.yml +++ b/.github/workflows/manual_review_code_pipeline.yml @@ -1,4 +1,4 @@ -name: Manual review app code pipeline +name: "Review App: Manual Code Redeploy" concurrency: group: review-${{ inputs.review_app_key }} diff --git a/.github/workflows/review_app_hint.yml b/.github/workflows/review_app_hint.yml index 1d01c6572..d6a936c39 100644 --- a/.github/workflows/review_app_hint.yml +++ b/.github/workflows/review_app_hint.yml @@ -1,4 +1,4 @@ -name: Review app hint +name: "Review App: PR Hint Comment" on: pull_request: diff --git a/.github/workflows/review_pipeline.yml b/.github/workflows/review_pipeline.yml index 79a5ce892..8e4a106b7 100644 --- a/.github/workflows/review_pipeline.yml +++ b/.github/workflows/review_pipeline.yml @@ -1,4 +1,4 @@ -name: Review app pipeline +name: "Review App: Deploy" concurrency: group: review-${{ github.event.pull_request.number }} diff --git a/.github/workflows/review_teardown_pipeline.yml b/.github/workflows/review_teardown_pipeline.yml index 8925b3340..8c2f00b16 100644 --- a/.github/workflows/review_teardown_pipeline.yml +++ b/.github/workflows/review_teardown_pipeline.yml @@ -1,4 +1,4 @@ -name: Review app teardown pipeline +name: "Review App: Teardown" concurrency: group: review-${{ github.event.pull_request.number }}