Skip to content

Commit

Permalink
Shorten merge deploy names
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Dec 12, 2024
1 parent fd93d62 commit 236e789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.deployer-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
deploy_db:
runs-on: ubuntu-24.04
if: ${{ inputs.enabled }}
name: Helm (Crunchy)
name: Crunchy (db)
environment: ${{ inputs.environment }}
steps:
# Check triggers (omitted or matched) for deployment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/.deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
triggers: ${{ inputs.triggers }}

deployer:
name: Helm (stack)
name: Stack
needs: deployer-db
environment: ${{ inputs.environment }}
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 236e789

Please sign in to comment.