Skip to content

Commit d7d3692

Browse files
committed
Workflow updates
1 parent 5282db9 commit d7d3692

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/reusable_build.yml renamed to .github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Reusable workflow for Build and push to ECR
1+
name: Build and Push to ECR
22

33
on:
44
workflow_dispatch:

.github/workflows/reusable_build_deploy.yml renamed to .github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Reusable workflow for Build and Deploy to Kubernetes
1+
name: Build and Deploy to Kubernetes
22

33
on:
44
workflow_dispatch:

.github/workflows/reusable_deploy.yml renamed to .github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Reusable workflow for Deployment to Kubernetes
1+
name: Deploy to Kubernetes
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)