Skip to content

Commit

Permalink
Rename every workflow to improve its readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Sanchez committed Aug 2, 2024
1 parent 183a03a commit 3a6ffd6
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 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
4 changes: 2 additions & 2 deletions .github/workflows/arena-europe-testing-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Deploy to Europe Arena testing
name: [TESTING-EUROPE] Deploy to Europe Arena testing
on:
workflow_dispatch:

jobs:
build-deploy:
name: Build and deploy to Europe testing
name: [TESTING-EUROPE] Build and deploy to Europe testing
runs-on: ubuntu-latest
environment:
name: testing-europe
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 3a6ffd6

Please sign in to comment.