diff --git a/.github/workflows/mobile-lint.yml b/.github/workflows/mobile-lint.yml index b8be43d5a1..8b63f19f8b 100644 --- a/.github/workflows/mobile-lint.yml +++ b/.github/workflows/mobile-lint.yml @@ -1,4 +1,4 @@ -name: Run Lint +name: Mobile Lint on: push: diff --git a/.github/workflows/mobile-unit-tests.yml b/.github/workflows/mobile-unit-tests.yml index 3c7ae75b81..d4ca3e5075 100644 --- a/.github/workflows/mobile-unit-tests.yml +++ b/.github/workflows/mobile-unit-tests.yml @@ -1,4 +1,4 @@ -name: Run Tests and Coverage +name: Mobile Tests and Coverage on: push: diff --git a/.github/workflows/web-deploy-dev.yml b/.github/workflows/web-deploy-dev.yml index 5b3ebad124..3113a93a28 100644 --- a/.github/workflows/web-deploy-dev.yml +++ b/.github/workflows/web-deploy-dev.yml @@ -1,4 +1,4 @@ -name: Deploy to dev/staging +name: Web Deploy to dev/staging on: pull_request: diff --git a/.github/workflows/web-deploy-dockerhub.yml b/.github/workflows/web-deploy-dockerhub.yml index cb813d63be..7b4f75c6ec 100644 --- a/.github/workflows/web-deploy-dockerhub.yml +++ b/.github/workflows/web-deploy-dockerhub.yml @@ -1,6 +1,6 @@ # web-core image is meant to be used only by our safe-infrastructure repository -name: Deploy to Dockerhub +name: Web Deploy to Dockerhub on: push: diff --git a/.github/workflows/web-deploy-production.yml b/.github/workflows/web-deploy-production.yml index e97d65163e..f10f2b0b30 100644 --- a/.github/workflows/web-deploy-production.yml +++ b/.github/workflows/web-deploy-production.yml @@ -1,4 +1,4 @@ -name: Release +name: Web Release on: release: diff --git a/.github/workflows/web-e2e-full-ondemand.yml b/.github/workflows/web-e2e-full-ondemand.yml index e08a229e55..f26fc21244 100644 --- a/.github/workflows/web-e2e-full-ondemand.yml +++ b/.github/workflows/web-e2e-full-ondemand.yml @@ -1,4 +1,4 @@ -name: Full Regression on demand tests +name: Web Full Regression on demand tests on: workflow_dispatch: diff --git a/.github/workflows/web-e2e-hp-ondemand.yml b/.github/workflows/web-e2e-hp-ondemand.yml index dbc1535f42..4533141fef 100644 --- a/.github/workflows/web-e2e-hp-ondemand.yml +++ b/.github/workflows/web-e2e-hp-ondemand.yml @@ -1,4 +1,4 @@ -name: Happy path on demand tests +name: Web Happy path on demand tests on: workflow_dispatch: diff --git a/.github/workflows/web-e2e-ondemand.yml b/.github/workflows/web-e2e-ondemand.yml index 360ab9851e..5679ed5441 100644 --- a/.github/workflows/web-e2e-ondemand.yml +++ b/.github/workflows/web-e2e-ondemand.yml @@ -1,4 +1,4 @@ -name: Regression on demand tests +name: Web Regression on demand tests on: workflow_dispatch: diff --git a/.github/workflows/web-e2e-prod-ondemand.yml b/.github/workflows/web-e2e-prod-ondemand.yml index 20ed359556..f147926513 100644 --- a/.github/workflows/web-e2e-prod-ondemand.yml +++ b/.github/workflows/web-e2e-prod-ondemand.yml @@ -1,4 +1,4 @@ -name: Production health check tests +name: Web Production health check tests on: workflow_dispatch: diff --git a/.github/workflows/web-e2e-safe-apps.yml b/.github/workflows/web-e2e-safe-apps.yml index 55ebb658a1..0d858eb98c 100644 --- a/.github/workflows/web-e2e-safe-apps.yml +++ b/.github/workflows/web-e2e-safe-apps.yml @@ -1,4 +1,4 @@ -name: Safe Apps e2e +name: Web Safe Apps e2e on: pull_request: diff --git a/.github/workflows/web-e2e-smoke.yml b/.github/workflows/web-e2e-smoke.yml index f2a7e60623..055b50df40 100644 --- a/.github/workflows/web-e2e-smoke.yml +++ b/.github/workflows/web-e2e-smoke.yml @@ -1,4 +1,4 @@ -name: Smoke tests +name: Web Smoke tests on: pull_request: diff --git a/.github/workflows/web-lint.yml b/.github/workflows/web-lint.yml index 4ea79d7a2a..37bcef5fb2 100644 --- a/.github/workflows/web-lint.yml +++ b/.github/workflows/web-lint.yml @@ -1,4 +1,4 @@ -name: Lint +name: Web Lint on: pull_request: paths: diff --git a/.github/workflows/web-nextjs-bundle-analysis.yml b/.github/workflows/web-nextjs-bundle-analysis.yml index 3bcf374d78..12a26bbcdd 100644 --- a/.github/workflows/web-nextjs-bundle-analysis.yml +++ b/.github/workflows/web-nextjs-bundle-analysis.yml @@ -1,7 +1,7 @@ # Copyright (c) HashiCorp, Inc. # SPDX-License-Identifier: MPL-2.0 -name: 'Next.js Bundle Analysis' +name: 'Web Next.js Bundle Analysis' on: pull_request: diff --git a/.github/workflows/web-tag-release.yml b/.github/workflows/web-tag-release.yml index 42bd9cee20..f29e8157f4 100644 --- a/.github/workflows/web-tag-release.yml +++ b/.github/workflows/web-tag-release.yml @@ -1,4 +1,4 @@ -name: Tag & GitHub release +name: Web Tag & GitHub release on: pull_request_target: diff --git a/.github/workflows/web-unit-tests.yml b/.github/workflows/web-unit-tests.yml index 4a14ff2968..1a4c07d054 100644 --- a/.github/workflows/web-unit-tests.yml +++ b/.github/workflows/web-unit-tests.yml @@ -1,4 +1,4 @@ -name: Unit tests +name: Web Unit tests on: pull_request: paths: