diff --git a/.github/workflows/deploy-to-production.yaml b/.github/workflows/build-production-site.yaml similarity index 99% rename from .github/workflows/deploy-to-production.yaml rename to .github/workflows/build-production-site.yaml index 5db4fe5bf54..9ddc6ee5a66 100644 --- a/.github/workflows/deploy-to-production.yaml +++ b/.github/workflows/build-production-site.yaml @@ -1,4 +1,4 @@ -name: Deploy to production +name: Build production site on: release: diff --git a/.github/workflows/deploy-to-main-staging-server.yaml b/.github/workflows/build-staging-site.yaml similarity index 99% rename from .github/workflows/deploy-to-main-staging-server.yaml rename to .github/workflows/build-staging-site.yaml index 19456eba874..140f1cd921d 100644 --- a/.github/workflows/deploy-to-main-staging-server.yaml +++ b/.github/workflows/build-staging-site.yaml @@ -1,4 +1,4 @@ -name: Deploy to main staging server +name: Build staging site on: push: diff --git a/.github/workflows/deploy-to-feature-testing-server.yaml b/.github/workflows/build-testing-site.yaml similarity index 99% rename from .github/workflows/deploy-to-feature-testing-server.yaml rename to .github/workflows/build-testing-site.yaml index 909104eeaef..91ba48afadb 100644 --- a/.github/workflows/deploy-to-feature-testing-server.yaml +++ b/.github/workflows/build-testing-site.yaml @@ -1,4 +1,4 @@ -name: Deploy to feature testing server +name: Build testing site on: push: