Skip to content

Commit

Permalink
chore: rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
이은상 committed Dec 17, 2024
1 parent fb8d1e6 commit fbdad37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/1_nodes_in_cluster.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Build and Test
name: 1_nodes_in_cluster

env:
APP_NAME: node-cluster-app
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2_dns_lookup_nodes.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Build and Test
name: 2_dns_lookup_nodes

env:
APP_NAME: dns-lookup-nodes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/3_middlewares_1_koa_js.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Build and Test
name: 3_middlewares_1_koa_js

env:
APP_NAME: middleware_koa_js
Expand Down

0 comments on commit fbdad37

Please sign in to comment.