Skip to content

Commit

Permalink
[#80] chore: workflows 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
shinheekim committed Dec 24, 2024
1 parent 222bfff commit 673ad3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/itcast-build-and-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: ItcastBuildAndDeploys
name: BuildAndDeploys

on:
workflow_run:
workflows: ["ItcastBuildAndTests"]
workflows: ["BuildAndTest"]
types:
- completed

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/itcast-build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ItcastBuildAndTests
name: BuildAndTest

on:
push:
Expand Down

0 comments on commit 673ad3d

Please sign in to comment.