Skip to content

Commit

Permalink
chore: rename ci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
inpt333 committed Jan 7, 2025
1 parent 355567f commit 30a4ac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ on:
- main

jobs:
flutter:
build:
runs-on: ubuntu-latest

permissions:
contents: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: true

jobs:
flutter:
verify:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false && startsWith(github.event.pull_request.title, 'Draft') == false
steps:
Expand Down

0 comments on commit 30a4ac1

Please sign in to comment.