Skip to content

Commit

Permalink
Rename every workflow to improve its readability (#831)
Browse files Browse the repository at this point in the history
* Rename every workflow to improve its readability

* Restore wrongly changed name
  • Loading branch information
Nico-Sanchez authored Aug 2, 2024
1 parent 41d4cdd commit b6822f3
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arena-brazil-staging-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Brazil Arena staging
name: [STAGING-BRAZIL] Deploy to Brazil Arena Staging
on:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/arena-brazil-testing-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Brazil Arena testing
name: [TESTING-BRAZIL] Deploy to Brazil Arena testing
on:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/arena-brazil-testing-deploys.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Deploy to Brazil Arena testing multiple envs"
name: [TESTING-BRAZIL] Deploy to Brazil Arena testing multiple envs
on:
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/arena-europe-testing-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Europe Arena testing
name: [TESTING-EUROPE] Deploy to Europe Arena testing
on:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/central-europe-testing-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Europe Central testing
name: [CENTRAL-EUROPE] Deploy to Europe Central testing
on:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/loadtest-brazil-client-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Brazil Loadtest Client
name: [LOADTEST-CLIENT-BRAZIL] Deploy to Brazil Loadtest Client
on:
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/loadtest-brazil-server-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Brazil Loadtest Server
name: [LOADTEST-SERVER-BRAZIL] Deploy to Brazil Loadtest Server
on:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/loadtest-europe-client-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Europe Loadtest Client
name: [LOADTEST-CLIENT-EUROPE] Deploy to Europe Loadtest Client
on:
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/loadtest-europe-server-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Europe Loadtest Server
name: [LOADTEST-SERVER-EUROPE] Deploy to Europe Loadtest Server
on:
workflow_dispatch:

Expand Down

0 comments on commit b6822f3

Please sign in to comment.