Skip to content

Commit

Permalink
ci: action name change
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalmemane committed Oct 28, 2024
1 parent 8e69f22 commit 830bca1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development-cicd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test, Build and Deploy Area Calculator in Development
name: Development CICD

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-merge-cicd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test, Build and Deploy Area Calculator in Production
name: Production CICD

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-pr-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test and Build Area Calculator on PR against main
name: PR against main CI

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test, Build and Release Area Calculator
name: Release

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ oc-deploy: check-oc-login

oc-delete:
oc project $(APP_NAME)
oc delete all --all
oc delete all --selector=app=${APP_NAME}

0 comments on commit 830bca1

Please sign in to comment.