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 }}