Skip to content

Commit

Permalink
chore: workflow job 이름 변경
Browse files Browse the repository at this point in the history
Co-Authored-By: EunhoKang <[email protected]>
Co-Authored-By: ootr47 <[email protected]>
  • Loading branch information
3 people committed Nov 14, 2023
1 parent fa3c79f commit 2d152c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- release # Only in release branch

jobs:
build:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ktlint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: reviewdog_kotlin
name: Kotlin Lint Check
on:
pull_request:
paths:
Expand Down

0 comments on commit 2d152c5

Please sign in to comment.