Skip to content

Commit

Permalink
action name
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Nov 1, 2024
1 parent ae1818f commit df12c10
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app-deploy-dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy development
name: Deploy development (app)

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/app-deploy-prd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy production
name: Deploy production (app)

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/app-deploy-stg.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy staging
name: Deploy staging (app)

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helix-deploy-dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy development
name: Deploy development (helix)

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helix-deploy-prd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy production
name: Deploy production (helix)

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/home-deploy-dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy development
name: Deploy development (home)

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/home-deploy-prd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy production
name: Deploy production (home)

on:
push:
Expand Down

0 comments on commit df12c10

Please sign in to comment.