Skip to content

Commit

Permalink
shorter name for shorter strings in the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Sep 15, 2023
1 parent 81cafe9 commit 115d08d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
app:
name: web-app
name: webapp
uses: ./.github/workflows/centrifuge-app.yml
secrets: inherit
with:
Expand All @@ -19,7 +19,7 @@ jobs:

pinning:
if: ${{ inputs.environment != 'ff-prod' }}
name: pinning-api-gfunction
name: pinning
uses: ./.github/workflows/pinning-api.yml
secrets: inherit
with:
Expand All @@ -28,15 +28,15 @@ jobs:

onboarding:
if: ${{ inputs.environment != 'ff-prod' }}
name: onboarding-api-gfunction
name: onboarding
uses: ./.github/workflows/onboarding-api.yml
secrets: inherit
with:
deploy_env: ${{ inputs.environment}}

faucet:
if: ${{ inputs.environment == 'demo' || inputs.environment == 'development' }}
name: faucet-api-gfunction
name: faucet
uses: ./.github/workflows/faucet-api.yml
secrets: inherit
with:
Expand Down

0 comments on commit 115d08d

Please sign in to comment.