Skip to content

Commit

Permalink
fix: workflow names were not easily distinguishable
Browse files Browse the repository at this point in the history
Changes the name of the workflows so that it is now clear which workflow
is running and to which app it relates
  • Loading branch information
compojoom committed Dec 20, 2024
1 parent 5e835f6 commit 3b198da
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mobile-lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Lint
name: Mobile Lint

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mobile-unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Tests and Coverage
name: Mobile Tests and Coverage

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-deploy-dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to dev/staging
name: Web Deploy to dev/staging

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-deploy-dockerhub.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-deploy-production.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Web Release

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-e2e-full-ondemand.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Full Regression on demand tests
name: Web Full Regression on demand tests

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-e2e-hp-ondemand.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Happy path on demand tests
name: Web Happy path on demand tests

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-e2e-ondemand.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Regression on demand tests
name: Web Regression on demand tests

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-e2e-prod-ondemand.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Production health check tests
name: Web Production health check tests

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-e2e-safe-apps.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Safe Apps e2e
name: Web Safe Apps e2e

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-e2e-smoke.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Smoke tests
name: Web Smoke tests

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: Web Lint
on:
pull_request:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-nextjs-bundle-analysis.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-tag-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tag & GitHub release
name: Web Tag & GitHub release

on:
pull_request_target:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Unit tests
name: Web Unit tests
on:
pull_request:
paths:
Expand Down

0 comments on commit 3b198da

Please sign in to comment.