Skip to content

Commit

Permalink
optimize github action name (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoothzj committed Dec 6, 2022
1 parent 8d80bbf commit c1991b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_analyze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
- main

jobs:
build:
flutter_analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
- main

jobs:
build:
flutter_checkstyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ permissions:
contents: write

jobs:
push_to_registries:
name: Push Docker image to multiple registries
release_latest:
runs-on: windows-latest
permissions:
packages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
- '*'

jobs:
flutter:
release_windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c1991b7

Please sign in to comment.