diff --git a/.github/workflows/rest-server-continuous-deployment-main.yml b/.github/workflows/rest-server-continuous-deployment-main.yml index 3e7894160..73b190d8c 100644 --- a/.github/workflows/rest-server-continuous-deployment-main.yml +++ b/.github/workflows/rest-server-continuous-deployment-main.yml @@ -1,4 +1,4 @@ -name: GitOps +name: REST Server - Deployment - main branch ### # GitOps - automatic infrastructure management GitHub Action diff --git a/.github/workflows/rest-server-continuous-deployment-prod.yml b/.github/workflows/rest-server-continuous-deployment-prod.yml index 0ccca0aaa..64f57785d 100644 --- a/.github/workflows/rest-server-continuous-deployment-prod.yml +++ b/.github/workflows/rest-server-continuous-deployment-prod.yml @@ -1,4 +1,4 @@ -name: REST Server - Continuous Deployment +name: REST Server - Deployment - PRODUCTION ### # Continuous deployment GitHub Action