Skip to content

Commit

Permalink
chore(cd): names
Browse files Browse the repository at this point in the history
  • Loading branch information
guesant authored Nov 16, 2024
1 parent d607202 commit 964ee3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-build-and-push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "CD / Build and Push"
name: "Continuous Deployment – Job Build and Push"

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "CD / Deploy"
name: "Continuous Deployment – Job Deploy"

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "CD – Continuous Deployment"
name: "Continuous Deployment"

on:
workflow_dispatch:
Expand Down

0 comments on commit 964ee3d

Please sign in to comment.