Skip to content

Commit

Permalink
fix: use different job name.
Browse files Browse the repository at this point in the history
  • Loading branch information
kuasha420 committed May 29, 2022
1 parent aa76f1d commit 592f319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ concurrency:
cancel-in-progress: true

jobs:
lint:
android:
name: Android Build
runs-on: ubuntu-latest
timeout-minutes: 20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ concurrency:
cancel-in-progress: true

jobs:
lint:
ios:
name: IOS Build
runs-on: macOS-latest
timeout-minutes: 20
Expand Down

0 comments on commit 592f319

Please sign in to comment.